Sets the endianness of the file.
(string) (Required) Set the endianness of the file. Accepts 'big', or 'little'.
File: wp-includes/pomo/streams.php
function setEndian( $endian ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.MethodNameInvalid $this->endian = $endian; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_reader/setendian