SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class QRbitstream

Variables

NameVisibilityDescription
$data 

Functions

NameVisibilityDescription
allocatepublic 
appendpublic 
appendBytespublic 
appendNumpublic 
newFromBytespublic (static) 
newFromNumpublic (static) 
sizepublic 
toBytepublic 

public allocate

unknown $QRbitstream->allocate ( mixed $setLength );

This function does not have a description

public append

unknown $QRbitstream->append ( QRbitstream $arg );

This function does not have a description

public appendBytes

unknown $QRbitstream->appendBytes ( mixed $size , mixed $data );

This function does not have a description

public appendNum

unknown $QRbitstream->appendNum ( mixed $bits , mixed $num );

This function does not have a description

public newFromBytes

unknown QRbitstream::newFromBytes ( mixed $size , mixed $data );

This function does not have a description

public newFromNum

unknown QRbitstream::newFromNum ( mixed $bits , mixed $num );

This function does not have a description

public size

unknown $QRbitstream->size ( );

This function does not have a description

public toByte

unknown $QRbitstream->toByte ( );

This function does not have a description