4 lines
56 B
PHP
4 lines
56 B
PHP
|
|
<?php
|
||
|
|
file_put_contents('/dev/lp0', 'Hello world!');
|
||
|
|
?>
|