This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Prj-PHP
HyperLPR 在PHP扩展程序中的实现,核心代码拷贝了 Prj-Linux 中庾金科大牛的代码。我做的这部分工作主要是配置编译成PHP扩展程序。
```php
$path = realpath("demo.png");
$res = platescan($path);
var_dump($res); // string(9) "苏ED0N19"
```
最终实现上边这样的PHP调用

#### 感谢各位大牛!