printer_create_brush()
printer_create_brush - Create a new brush
Syntax
resource printer_create_brush ()
Arguments
-
Description
The function creates a new brush and returns a handle to it. A brush is used to fill shapes. For an example see printer_select_brush().
Version
PHP PECL printer SVN
Return value
Returns a brush handle or FALSE on error.