POMO_Reader::setEndian()

最后更新于:2021-11-25 22:29:29

POMO_Reader::setEndian( string$endian)

Sets the endianness of the file.

参数

$endian

(string) (Required) Set the endianness of the file. Accepts ‘big’, or ‘little’.

源文件

文件: gc-includes/pomo/streams.php

		function setEndian( $endian ) { // phpcs:ignore GeChiUI.NamingConventions.ValidFunctionName.MethodNameInvalid
			$this->endian = $endian;
		}