Changeset 58037 for trunk/src/wp-includes/media.php
- Timestamp:
- 04/23/2024 12:36:49 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r58033 r58037 5594 5594 * @param string $filename Path to an AVIF file. 5595 5595 * @return array { 5596 * An array of AVIF image information.5597 * 5598 * @type int|false $width Image width on success, false on failure.5599 * @type int|false $height Image height on success, false on failure.5600 * @type int|false $bit_depth Image bit depth on success, false on failure.5601 * @type int|false $num_channels Image number of channels on success, false on failure.5596 * An array of AVIF image information. 5597 * 5598 * @type int|false $width Image width on success, false on failure. 5599 * @type int|false $height Image height on success, false on failure. 5600 * @type int|false $bit_depth Image bit depth on success, false on failure. 5601 * @type int|false $num_channels Image number of channels on success, false on failure. 5602 5602 * } 5603 5603 */
Note: See TracChangeset
for help on using the changeset viewer.