SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class QRcode

Variables

NameVisibilityDescription
$data 
$version 
$width 

Functions

NameVisibilityDescription
encodeInputpublic 
encodeMaskpublic 
encodeStringpublic 
encodeString8bitpublic 
epspublic (static) 
pngpublic (static) 
rawpublic (static) 
svgpublic (static) 
textpublic (static) 

public encodeInput

unknown $QRcode->encodeInput ( QRinput $input );

This function does not have a description

public encodeMask

unknown $QRcode->encodeMask ( QRinput $input , mixed $mask );

This function does not have a description

public encodeString

unknown $QRcode->encodeString ( mixed $string , mixed $version , mixed $level , mixed $hint , mixed $casesensitive );

This function does not have a description

public encodeString8bit

unknown $QRcode->encodeString8bit ( mixed $string , mixed $version , mixed $level );

This function does not have a description

public eps

unknown QRcode::eps ( mixed $text [, mixed $outfile , mixed $level [, QR_ECLEVEL_L $size [, mixed $margin [, mixed $saveandprint [, mixed $back_color [, mixed $fore_color [, mixed $cmyk ]]]]]]] );

This function does not have a description

public png

unknown QRcode::png ( mixed $text [, mixed $outfile , mixed $level [, QR_ECLEVEL_L $size [, mixed $margin [, mixed $saveandprint [, mixed $back_color [, mixed $fore_color ]]]]]] );

This function does not have a description

public raw

unknown QRcode::raw ( mixed $text [, mixed $outfile , mixed $level [, QR_ECLEVEL_L $size [, mixed $margin ]]] );

This function does not have a description

public svg

unknown QRcode::svg ( mixed $text [, mixed $outfile , mixed $level [, QR_ECLEVEL_L $size [, mixed $margin [, mixed $saveandprint [, mixed $back_color [, mixed $fore_color ]]]]]] );

This function does not have a description

public text

unknown QRcode::text ( mixed $text [, mixed $outfile , mixed $level [, QR_ECLEVEL_L $size [, mixed $margin ]]] );

This function does not have a description