wp_exif_frac2dec [ WordPress Function ]
wp_exif_frac2dec ( $str )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Convert a fraction string to a decimal.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- /wp-admin/includes/image.php source - PHP Cross Reference ...
Jun 1, 2011 ... 156 * 157 * @since 2.5.0 158 * 159 * @param string $str 160 * @return int|float 161 */ 162 function wp_exif_frac2dec($str) { 163 @list( $n, ...
xref.yoast.com - PHPXref.com - WordPress 3.0.1 - Detail view of image.php
Aug 19, 2010 ... wp_generate_attachment_metadata() get_udims() wp_exif_frac2dec() wp_exif_date2ts() wp_read_image_metadata() file_is_valid_image() ...
phpxref.com - wp-admin/includes/image.php source
Aug 19, 2010 ... 156 * 157 * @since 2.5.0 158 * 159 * @param string $str 160 * @return int|float 161 */ 162 function wp_exif_frac2dec($str) { 163 @list( $n, ...
phpxref.com - 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