PHP 클래스 Reader, zys

파일 보기 프로젝트 열기: qieangel2013/zys 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( BytesIO $stream, $simple = false )
checkTag ( $expectTag, $tag = null )
checkTags ( $expectTags, $tag = null )
readBoolean ( )
readBytes ( )
readBytesWithoutTag ( )
readDate ( )
readDateWithoutTag ( )
readDouble ( )
readDoubleWithoutTag ( )
readEmpty ( )
readGuid ( )
readGuidWithoutTag ( )
readInfinity ( )
readInfinityWithoutTag ( )
readInteger ( )
readIntegerWithoutTag ( )
readList ( )
readListWithoutTag ( )
readLong ( )
readLongWithoutTag ( )
readMap ( )
readMapWithoutTag ( )
readNaN ( )
readNull ( )
readObject ( )
readObjectWithoutTag ( )
readString ( )
readStringWithoutTag ( )
readTime ( )
readTimeWithoutTag ( )
readUTF8Char ( )
readUTF8CharWithoutTag ( )
reset ( )
unserialize ( )

보호된 메소드들

메소드 설명
readClass ( )
readRef ( )

비공개 메소드들

메소드 설명
privateReadString ( )
privateReadStringWithoutTag ( )
unserializeKey ( )

메소드 상세

__construct() 공개 메소드

public __construct ( BytesIO $stream, $simple = false )
$stream BytesIO

checkTag() 공개 메소드

public checkTag ( $expectTag, $tag = null )

checkTags() 공개 메소드

public checkTags ( $expectTags, $tag = null )

readBoolean() 공개 메소드

public readBoolean ( )

readBytes() 공개 메소드

public readBytes ( )

readBytesWithoutTag() 공개 메소드

public readBytesWithoutTag ( )

readClass() 보호된 메소드

protected readClass ( )

readDate() 공개 메소드

public readDate ( )

readDateWithoutTag() 공개 메소드

public readDateWithoutTag ( )

readDouble() 공개 메소드

public readDouble ( )

readDoubleWithoutTag() 공개 메소드

readEmpty() 공개 메소드

public readEmpty ( )

readGuid() 공개 메소드

public readGuid ( )

readGuidWithoutTag() 공개 메소드

public readGuidWithoutTag ( )

readInfinity() 공개 메소드

public readInfinity ( )

readInfinityWithoutTag() 공개 메소드

readInteger() 공개 메소드

public readInteger ( )

readIntegerWithoutTag() 공개 메소드

readList() 공개 메소드

public readList ( )

readListWithoutTag() 공개 메소드

public readListWithoutTag ( )

readLong() 공개 메소드

public readLong ( )

readLongWithoutTag() 공개 메소드

public readLongWithoutTag ( )

readMap() 공개 메소드

public readMap ( )

readMapWithoutTag() 공개 메소드

public readMapWithoutTag ( )

readNaN() 공개 메소드

public readNaN ( )

readNull() 공개 메소드

public readNull ( )

readObject() 공개 메소드

public readObject ( )

readObjectWithoutTag() 공개 메소드

readRef() 보호된 메소드

protected readRef ( )

readString() 공개 메소드

public readString ( )

readStringWithoutTag() 공개 메소드

readTime() 공개 메소드

public readTime ( )

readTimeWithoutTag() 공개 메소드

public readTimeWithoutTag ( )

readUTF8Char() 공개 메소드

public readUTF8Char ( )

readUTF8CharWithoutTag() 공개 메소드

reset() 공개 메소드

public reset ( )

unserialize() 공개 메소드

public unserialize ( )