phpDocumentor Configuration
[ class tree: Configuration ] [ index: Configuration ] [ all elements ]

Class: QRcode

Source Location: /core/phpqrcode.php

Class QRcode

Property Summary
mixed   $data  
mixed   $version  
mixed   $width  

[ Top ]
Method Summary
static void   png()  
static void   raw()  
static void   text()  
void   encodeInput()  
void   encodeMask()  
void   encodeString()  
void   encodeString8bit()  

[ Top ]
Properties
mixed   $data [line 2971]
API Tags:
Access:  public


[ Top ]
mixed   $version [line 2969]
API Tags:
Access:  public


[ Top ]
mixed   $width [line 2970]
API Tags:
Access:  public


[ Top ]
Methods
static method png  [line 3094]

  static void png( $text, [ $outfile = false], [ $level = QR_ECLEVEL_L], [ $size = 3], [ $margin = 4], [ $saveandprint = false]  )

Parameters:
   $text: 
   $outfile: 
   $level: 
   $size: 
   $margin: 
   $saveandprint: 

API Tags:
Access:  public


[ Top ]
static method raw  [line 3108]

  static void raw( $text, [ $outfile = false], [ $level = QR_ECLEVEL_L], [ $size = 3], [ $margin = 4]  )

Parameters:
   $text: 
   $outfile: 
   $level: 
   $size: 
   $margin: 

API Tags:
Access:  public


[ Top ]
static method text  [line 3101]

  static void text( $text, [ $outfile = false], [ $level = QR_ECLEVEL_L], [ $size = 3], [ $margin = 4]  )

Parameters:
   $text: 
   $outfile: 
   $level: 
   $size: 
   $margin: 

API Tags:
Access:  public


[ Top ]
encodeInput  [line 3049]

  void encodeInput( QRinput $input  )

Parameters:
QRinput   $input: 

API Tags:
Access:  public


[ Top ]
encodeMask  [line 2974]

  void encodeMask( QRinput $input, $mask  )

Parameters:
QRinput   $input: 
   $mask: 

API Tags:
Access:  public


[ Top ]
encodeString  [line 3074]

  void encodeString( $string, $version, $level, $hint, $casesensitive  )

Parameters:
   $string: 
   $version: 
   $level: 
   $hint: 
   $casesensitive: 

API Tags:
Access:  public


[ Top ]
encodeString8bit  [line 3055]

  void encodeString8bit( $string, $version, $level  )

Parameters:
   $string: 
   $version: 
   $level: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Tue, 06 Oct 2015 06:11:17 +0000 by phpDocumentor 1.4.4