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