1 | <?php |
||
23 | class Network extends File implements ConnectorInterface |
||
24 | { |
||
25 | /** |
||
26 | * Open a connection to a TCP/IP socket for ethernet printer connections |
||
27 | * |
||
28 | * @param string $hostname |
||
29 | * @param int $port |
||
30 | * @throws RuntimeException |
||
31 | */ |
||
32 | 1 | public function __construct($hostname = '', $port = 9100) |
|
48 | } |
||
49 |