The PHPexif extension method is described in detail. This section describes how to enable the PHPexif extension method. description of server configuration modification in the INI file: 1. in php. find in the INI file; PHP exif extension method to enable details
This section describes how to enable the PHP exif extension method, mainly through modifying the php. ini file.
Server Configuration instructions:
1. find; extension = php_exif.dll in the php. ini file and remove the semicolon
2. in the php. ini file, find; extension = php_mbstring.dll, remove the semicolon, and move this line to extension = php_exif.dll to load * first *.
3. locate the [exif] segment and remove the semicolon of the following statement.
; Exif. encode_unicode = ISO-8859-15
; Exif. decode_unicode_motorola = UCS-2BE
; Exif. decode_unicode_intel = UCS-2LE
; Exif. encode_jis =
; Exif. decode_jis_motorola = JIS
; Exif. decode_jis_intel = JIS
This section describes how to enable the PHP exif extension method, mainly in php. description of server configuration modification in the INI file: 1. in php. in the INI file, find ;...