通过前面的文章安装 php7 到wamp 之后, 在使用php7 的环境运行 项目的时候.
提示
PDOException in Connector.php line 55: could not find driver
找到 phpinfo 看了下,
PDO drivers 发现...
苏 demo
9年前 (2016-07-04)
11030℃
1评论
2喜欢
第1种方法:
function get_extension($file)
{
substr(strrchr($file, ‘.’), 1);
}
第2种方法:
function get_extension($file)
{
return substr($f...
苏 demo
9年前 (2016-05-23)
2017℃
0评论
0喜欢