我目前正在使用php 5.5.9而且我在使用"时遇到问题,这是我的代码:
require_once 'KnpLabs/src/autoload.php';
use Knp\Snappy\Pdf;
$snappy = new Pdf('C:\Program Files\wkhtmltopdf\wkhtmltopdf.exe');
header('Content-Type: application/pdf');
header('Content-Disposition: attachment; filename="file.pdf"');
echo $snappy->getOutput('http://localhost/pdfTester/try.php');
这是我的错误:
解析错误:语法错误,意外'使用' (T_USE)在第184行的C:\ xampp \ htdocs \ Invesments \ wp-content \ themes \ twentytwelve \ single-inversion.php