PHP 클래스 BytesIO, zys

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

보호된 프로퍼티들

프로퍼티 타입 설명
$buffer
$length
$mark
$pos

공개 메소드들

메소드 설명
__construct ( $string = '' )
__toString ( )
close ( )
eof ( )
getc ( )
length ( )
load ( $filename )
mark ( )
read ( $n )
readString ( $n )
readfull ( )
readuntil ( $tag )
reset ( )
save ( $filename )
skip ( $n )
toString ( )
unmark ( )
write ( $str, $n )

메소드 상세

__construct() 공개 메소드

public __construct ( $string = '' )

__toString() 공개 메소드

public __toString ( )

close() 공개 메소드

public close ( )

eof() 공개 메소드

public eof ( )

getc() 공개 메소드

public getc ( )

length() 공개 메소드

public length ( )

load() 공개 메소드

public load ( $filename )

mark() 공개 메소드

public mark ( )

read() 공개 메소드

public read ( $n )

readString() 공개 메소드

public readString ( $n )

readfull() 공개 메소드

public readfull ( )

readuntil() 공개 메소드

public readuntil ( $tag )

reset() 공개 메소드

public reset ( )

save() 공개 메소드

public save ( $filename )

skip() 공개 메소드

public skip ( $n )

toString() 공개 메소드

public toString ( )

unmark() 공개 메소드

public unmark ( )

write() 공개 메소드

public write ( $str, $n )

프로퍼티 상세

$buffer 보호되어 있는 프로퍼티

protected $buffer

$length 보호되어 있는 프로퍼티

protected $length

$mark 보호되어 있는 프로퍼티

protected $mark

$pos 보호되어 있는 프로퍼티

protected $pos