|
MediaWiki master
|
Extractor for the Resource Interchange File Format. More...
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) |
Extractor for the Resource Interchange File Format.
Definition at line 12 of file RiffExtractor.php.
|
static |
Extract a little-endian uint32 from a 4 byte string.
| string | $string | 4-byte string |
Definition at line 93 of file RiffExtractor.php.
Referenced by findChunks().
|
static |
| resource | $file | |
| int | $maxChunks |
Definition at line 30 of file RiffExtractor.php.
References extractUInt32().
Referenced by findChunksFromFile().
|
static |
| string | $filename | |
| int | $maxChunks |
Definition at line 18 of file RiffExtractor.php.
References findChunks().
Referenced by WebPHandler\extractMetadata().