Example #1
0
 public static function littleEndian2Float($byte_word)
 {
     return Zend_Id3_ByteConvert::bigEndian2Float(strrev($byte_word));
 }