POMO_Reader::setEndian( string $endian )

Sets the endianness of the file.


Parameters

$endian

(Required) Set the endianness of the file. Accepts 'big', or 'little'.


Source

File: wp-includes/pomo/streams.php

	function setEndian($endian) {
		$this->endian = $endian;
	}