[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
phpMyAdmin
/
vendor
/
pragmarx
/
google2fa-qrcode
/
src
/
QRCode
/
[
Home
]
File: QRCodeServiceContract.php
<?php namespace PragmaRX\Google2FAQRCode\QRCode; interface QRCodeServiceContract { /** * Generates a QR code data url to display inline. * * @param string $string * @param int $size * @param string $encoding Default to UTF-8 * * @return string */ public function getQRCodeInline($string, $size = 200, $encoding = 'utf-8'); }