setEndian() setEndian( $endian) : mixed Sets the endianness of the file. Parameters $endian string 'big' or 'little' Returns mixed —
readint32() readint32() : mixed Reads a 32bit Integer from the Stream Returns mixed — The integer, corresponding to the next 32 bits from the stream of false if there are not enough bytes or on error
readint32array() readint32array(mixed $count) : mixed Reads an array of 32-bit Integers from the Stream Parameters mixed $count Returns mixed — Array of integers or false if there isn't enough data or on error
substr() substr(string $string, int $start, int $length) : string Parameters string $string int $start int $length Returns string —
str_split() str_split(string $string, int $chunk_size) : array Parameters string $string int $chunk_size Returns array —