Sets the endianness of the file.
Parameters
$endianstringrequired- Set the endianness of the file. Accepts
'big', or'little'.
Source
public function setEndian( $endian ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid
$this->endian = $endian;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.