Sets the endianness of the file.
Parameters
$endian
stringrequired- 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.