PHP 클래스 SplFixedByteArray

상속: extends SplFixedArray
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky

공개 메소드들

메소드 설명
__construct ( $size, $convert = false )
__toString ( )
chunk ( $start, $size, $normalize = true )
fromString ( string $str, boolean $convert = false ) : SplFixedByteArray
fromStringChunk ( string $str, integer $size, integer $start, boolean $convert = false ) : SplFixedByteArray
toString ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $size, $convert = false )

__toString() 공개 메소드

public __toString ( )

chunk() 공개 메소드

public chunk ( $start, $size, $normalize = true )

fromString() 공개 정적인 메소드

public static fromString ( string $str, boolean $convert = false ) : SplFixedByteArray
$str string
$convert boolean
리턴 SplFixedByteArray

fromStringChunk() 공개 정적인 메소드

public static fromStringChunk ( string $str, integer $size, integer $start, boolean $convert = false ) : SplFixedByteArray
$str string
$size integer
$start integer
$convert boolean
리턴 SplFixedByteArray

toString() 공개 메소드

public toString ( )