SimpleSoftwareIO\QrCode\BaconQrCodeGenerator::encoding PHP Method

encoding() public method

Sets the Encoding mode.
public encoding ( string $encoding )
$encoding string
    public function encoding($encoding)
    {
        $this->encoding = $encoding;
        return $this;
    }

Usage Example

コード例 #1
0
ファイル: _ide_helper.php プロジェクト: xiao-hu00/phphub
 /**
  * Sets the Encoding mode.
  *
  * @param string $encoding
  * @return $this 
  * @static 
  */
 public static function encoding($encoding)
 {
     return \SimpleSoftwareIO\QrCode\BaconQrCodeGenerator::encoding($encoding);
 }