add Prj-PHP
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 810 KiB |
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
//
|
||||
// Created by Coleflowers on 20/06/2018.
|
||||
//
|
||||
|
||||
/**
|
||||
* 车牌识别PHP扩展程序测试
|
||||
*/
|
||||
$path = realpath("demo.png");
|
||||
$res = platescan($path);
|
||||
var_dump($res);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user