Summery Summery
Sets the endianness of the file.
Syntax Syntax
Parameters Parameters
- $endian
-
(Required) Set the endianness of the file. Accepts 'big', or 'little'.
Source Source
File: wp-includes/pomo/streams.php
function setEndian( $endian ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid $this->endian = $endian; }