Extractor for the Resource Interchange File Format.
More...
Extractor for the Resource Interchange File Format.
- Note
- GPL-2.0-or-later
- Author
- Bryan Tong Minh
Definition at line 12 of file RiffExtractor.php.
◆ extractUInt32()
| static RiffExtractor::extractUInt32 |
( |
| $string | ) |
|
|
static |
Extract a little-endian uint32 from a 4 byte string.
- Parameters
-
| string | $string | 4-byte string |
- Returns
- int
Definition at line 93 of file RiffExtractor.php.
◆ findChunks()
| static RiffExtractor::findChunks |
( |
| $file, |
|
|
| $maxChunks = -1 ) |
|
static |
- Parameters
-
| resource | $file | |
| int | $maxChunks | |
- Returns
- array|false
Definition at line 30 of file RiffExtractor.php.
◆ findChunksFromFile()
| static RiffExtractor::findChunksFromFile |
( |
| $filename, |
|
|
| $maxChunks = -1 ) |
|
static |
The documentation for this class was generated from the following file: