Spooler Management and Configuration

The spooler provides a set of functions that allows management of all aspects of the print subsystem. There are five categories:

The symbol xxx typically represents Add, Delete, Enum, Query, and Set. For jobs and queues, xxx also includes Hold and Release. For devices, xxx includes Control. The symbol yyy is either Port, PrinterDriver, or QueueProcessor.

It is anticipated that most applications will not use any spooler functions at all except SplEnumQueue, SplQueryQueue, and SplQueryDevice. However, there are some specialized applications that might use the spooler functions for the following:

When the spooler is disabled, the following spooler functions do not return any results:

No function is available to enable or disable the spooler under application control; this is a user decision. It is recommended that the spooler always be enabled.


[Back: Submitting a Print Job Directly to the Spooler]
[Next: Print Job Management]