私はXamppを使用しており、extフォルダー内にphp_printer.dllを追加し、php.iniを開いて次を書き留めました:
extension=php_printer.dll
なし;
テスト用のprint.phpページを作成しました
<?php
$handle =printer_open("Xerox Phaser 6120 PS");
$handle = printer_open();
?>
そして、エラーが表示されました: Fatal error: Call to undefined function printer_open() in C:\xampp\htdocs\frame\print.php on line 2
それの何がいけないの ?