Taylor
Results
2
comments of
Taylor
```php public static function BigEndian2Int($byteword, $synchsafe=false, $signed=false) { $intvalue = 0; $bytewordlen = strlen($byteword); if ($bytewordlen == 0) { return false; } for ($i = 0; $i < $bytewordlen; $i++)...
Looks like there is a similar issue in JPlayer: https://github.com/d-matt/piwigo-jplayer/issues/14