Query: ps_set_value
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SET_VALUE(3) 1 PS_SET_VALUE(3) ps_set_value - Sets certain valuesSYNOPSISbool ps_set_value (resource $psdoc, string $name, float $value)DESCRIPTIONSets several values which are used by many functions. Parameters are by definition float values.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $name - The $name can be one of the following: o textrendering - The way how text is shown. o textx - The x coordinate for text output. o texty - The y coordinate for text output. o wordspacing - The distance between words relative to the width of a space. o leading - The distance between lines in pixels. o $value - The value of the parameter.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_get_value(3), ps_set_parameter(3). PHP Documentation Group PS_SET_VALUE(3)
Related Man Pages |
---|
ps_show(3) - php |
ps_add_launchlink(3) - php |
ps_add_note(3) - php |
ps_add_pdflink(3) - php |
ps_get_value(3) - php |