MediaWiki REL1_37
|
Static Public Member Functions | |
static | extractUInt32 ( $string) |
Extract a little-endian uint32 from a 4 byte string. | |
static | findChunks ( $file, $maxChunks=-1) |
static | findChunksFromFile ( $filename, $maxChunks=-1) |
Definition at line 25 of file RiffExtractor.php.
|
static |
Extract a little-endian uint32 from a 4 byte string.
string | $string | 4-byte string |
Definition at line 96 of file RiffExtractor.php.
Referenced by findChunks().
|
static |
Definition at line 33 of file RiffExtractor.php.
References $file, and extractUInt32().
Referenced by findChunksFromFile().
|
static |
Definition at line 26 of file RiffExtractor.php.
References $file, and findChunks().
Referenced by WebPHandler\extractMetadata().