add Prj-PHP

This commit is contained in:
coleflowersma
2018-06-20 19:24:20 +08:00
parent 86f043c724
commit f5b99191b8
25 changed files with 1710 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 810 KiB

+13
View File
@@ -0,0 +1,13 @@
<?php
//
// Created by Coleflowers on 20/06/2018.
//
/**
* 车牌识别PHP扩展程序测试
*/
$path = realpath("demo.png");
$res = platescan($path);
var_dump($res);
?>