first commit

This commit is contained in:
2025-04-27 10:56:38 +08:00
commit 4c3e17d851
796 changed files with 115572 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
namespace Zxing;
require_once('qrcode/QRCodeReader.php');
interface Reader {
public function decode($image);
public function reset();
}