Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
pocketmine
utils
Binary
writeBool
pocketmine\utils\Binary::writeBool PHP Method
Binary Class Documentation
Mostra file
Open project: iTXTech/Genisys
writeBool()
public
static
method
Writes a byte boolean
public
static
writeBool
(
$b
) :
boolean
|
string
$b
return
boolean
|
string
public static function writeBool($b) { return self::writeByte($b === true ? 1 : 0); }
Binary
printFloat
readBool
readByte
readDouble
readFloat
readInt
readLDouble
readLFloat
readLInt
readLLong
readLShort
readLTriad
readLong
readMetadata
readShort
readSignedLShort
readSignedShort
readTriad
writeBool
writeByte
writeDouble
writeFloat
writeInt
writeLDouble
writeLFloat
writeLInt
writeLLong
writeLShort
writeLTriad
writeLong
writeMetadata
writeShort
writeTriad