ps_set_parameter

(PECL)

ps_set_parameter -- Sets certain parameters

Descrição

bool ps_set_parameter ( resource psdoc, string name, string value )

Sets several parameters which are used by many functions. Parameters are by definition string values.

Parâmetros

psdoc

Resource identifier of the postscript file as returned by ps_new().

name

For a list of possible names see ps_get_parameter().

value

The value of the parameter.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

ps_get_parameters()
ps_set_value()