随笔分类 - PHP
摘要:修改 pclzip中方法privExtractFile 代码
阅读全文
摘要:关于wkhtmltox,是一个可以把HTML转换为图片和pdf的工具。 不多介绍了,详见官网 https://wkhtmltopdf.org/ PHP 扩展 https://github.com/krakjoe/wkhtmltox
阅读全文
摘要:connect_error) { die("连接失败: " . $conn->connect_error); } mysqli_query("set names utf8"); $result = $conn->query('show tables', $mysql_conn); if ($result->num_rows > 0) { // 取得所有表名 while ...
阅读全文