Changeset 49927 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r49845 r49927 3527 3527 * 3528 3528 * @param string $file Path to file. 3529 * @return array| boolReturns array of metadata, if found.3529 * @return array|false Returns array of metadata, if found. 3530 3530 */ 3531 3531 function wp_read_video_metadata( $file ) { … … 3638 3638 * 3639 3639 * @param string $file Path to file. 3640 * @return array| boolReturns array of metadata, if found.3640 * @return array|false Returns array of metadata, if found. 3641 3641 */ 3642 3642 function wp_read_audio_metadata( $file ) { … … 3707 3707 * 3708 3708 * @param array $metadata The metadata returned by getID3::analyze(). 3709 * @return int| boolA UNIX timestamp for the media's creation date if available3710 * or a boolean FALSE if a timestamp could not be determined.3709 * @return int|false A UNIX timestamp for the media's creation date if available 3710 * or a boolean FALSE if a timestamp could not be determined. 3711 3711 */ 3712 3712 function wp_get_media_creation_timestamp( $metadata ) {
Note: See TracChangeset
for help on using the changeset viewer.