wp_exif_date2ts [ WordPress Function ]
wp_exif_date2ts ( $str )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: wp_exif_frac2dec, wp_ext2type, wp_get_update_data, wp_kses_attr, wp_ajax_date_format
Convert the exif date format to a unix timestamp.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- PHPXRef 0.7 : WordPress : Detail view of image.php
wp_create_thumbnail() wp_crop_image() wp_generate_attachment_metadata() get_udims() wp_exif_frac2dec() wp_exif_date2ts() wp_read_image_metadata() ...
phpxref.ftwr.co.uk - Docs for page image.php
int wp_exif_date2ts (string $str). string $str. wp_exif_frac2dec (line 175). Convert a fraction string to a decimal. since: 2.5.0. int|float wp_exif_frac2dec (string $str) ...
phpdoc.wordpress.org - <?php /** * File contains all the administration image manipulation ...
@since 2.5.0 * * @param string $str * @return int */ function wp_exif_date2ts($str ) { @list( $date, $time ) = explode( ' ', trim($str) ); @list( $y, $m, $d ) = explode( ...
core.svn.wordpress.org - /wp-admin/includes/image.php source - PHP Cross Reference ...
Jun 1, 2011 ... 171 * 172 * @since 2.5.0 173 * 174 * @param string $str 175 * @return int 176 */ 177 function wp_exif_date2ts($str) { 178 @list( $date, $time ) ...
xref.yoast.com