Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_exif_frac2dec [ WordPress Function ]

wp_exif_frac2dec ( $str )
Parameters:
  • (string) $str
Returns:
  • (int|float)
Defined at:



Convert a fraction string to a decimal.

Source


<?php
function wp_exif_frac2dec($str) {
    @list( 
$n$d ) = explode'/'$str );
    if ( !empty(
$d) )
        return 
$n $d;
    return 
$str;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics