Query: ps_set_parameter
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SET_PARAMETER(3) 1 PS_SET_PARAMETER(3) ps_set_parameter - Sets certain parametersSYNOPSISbool ps_set_parameter (resource $psdoc, string $name, string $value)DESCRIPTIONSets several parameters which are used by many functions. Parameters are by definition string values.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $name - For a list of possible names see ps_get_parameter(3). o $value - The value of the parameter.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_get_parameters(3), ps_set_value(3). PHP Documentation Group PS_SET_PARAMETER(3)