You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
176 B
PHP

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