Query: ps_shfill
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SHFILL(3) 1 PS_SHFILL(3) ps_shfill - Fills an area with a shadingSYNOPSISbool ps_shfill (resource $psdoc, int $shadingid)DESCRIPTIONFills an area with a shading, which has to be created before with ps_shading(3). This is an alternative way to creating a pattern from a shading ps_shading_pattern(3) and using the pattern as the filling color.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $shadingid - The identifier of a shading previously created with ps_shading(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_shading(3), ps_shading_pattern(3). PHP Documentation Group PS_SHFILL(3)