ps_set_parameter
PHP function
Edit on GitHub ✎
(PECL ps >= 1.1.0)
Sets certain parameters
Description
ps_set_parameter(resource $psdoc, string $name, string $value): bool
Sets several parameters which are used by many functions. Parameters are by definition string values.
Parameters
psdocResource identifier of the postscript file as returned by
ps_new().nameFor a list of possible names see
ps_get_parameter().valueThe value of the parameter.
Return Values
Success