PHP Class SplFixedByteArray

Inheritance: extends SplFixedArray
Afficher le fichier Open project: ClearSkyTeam/ClearSky

Méthodes publiques

Méthode Description
__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 ( )

Method Details

__construct() public méthode

public __construct ( $size, $convert = false )

__toString() public méthode

public __toString ( )

chunk() public méthode

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

fromString() public static méthode

public static fromString ( string $str, boolean $convert = false ) : SplFixedByteArray
$str string
$convert boolean
Résultat SplFixedByteArray

fromStringChunk() public static méthode

public static fromStringChunk ( string $str, integer $size, integer $start, boolean $convert = false ) : SplFixedByteArray
$str string
$size integer
$start integer
$convert boolean
Résultat SplFixedByteArray

toString() public méthode

public toString ( )