setEndian() setEndian(mixed $endian) Sets the endianness of the file. Parameters mixed $endian string 'big' or 'little'
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( $count) : mixed Reads an array of 32-bit Integers from the Stream Parameters $count Returns mixed — Array of integers or false if there isn't enough data or on error