File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,28 +32,28 @@ $printer->capabilities()
3232## Trays
3333If your printer and print driver support it, you can get a listing of your printer's available trays for use later:
3434
35- ```
36- php $printer->trays()
35+ ``` php
36+ $printer->trays()
3737```
3838
3939## Printer status
4040Your print server should return a text representation of your printer's current status:
4141
42- ```
43- php $printer->status()
42+ ``` php
43+ $printer->status()
4444```
4545
4646You can also check if the printer is online via:
4747
48- ```
49- php $printer->isOnline()
48+ ``` php
49+ $printer->isOnline()
5050```
5151
5252## Description
5353If your printer has a description set on it, it can be retrieved via:
5454
55- ```
56- php $printer->status()
55+ ``` php
56+ $printer->status()
5757```
5858
5959## Serialization
You can’t perform that action at this time.
0 commit comments