POMO_Reader::setEndian( $endian )
Sets the endianness of the file.
Parameters
- $endian
-
(Required) string 'big' or 'little'
Source
File: wp-includes/pomo/streams.php
function setEndian($endian) {
$this->endian = $endian;
}
Sets the endianness of the file.
(Required) string 'big' or 'little'
File: wp-includes/pomo/streams.php
function setEndian($endian) {
$this->endian = $endian;
}