PHP:exif_read_data() not defined

后端 未结 3 1527
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 02:09

I\'m now learning how to extract exif from images.I wrote the simple code like this:



        
3条回答
  •  粉色の甜心
    2020-12-07 02:50

    • Do you have these DLLs on your system under Php/ext folder?

    • Have you restarted Apache after editing the php.ini?

    • The php.ini you edited is the one used by system? You can verify this reading output.

    • Is there in output some information about the EXIF extension?

提交回复
热议问题