Switch language

wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




wp_exif_frac2dec [ WordPress Function ]

wp_exif_frac2dec ( $str )
Parameter:
  • (string) $str
Gibt zurück:
  • (int|float)
Definiert in:



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;
}
?>

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

Nutzerduskussionen [ wordpress.org ]

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...



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