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;
	}