ps_set_parameter
(PECL ps >= 1.1.0)
ps_set_parameter — Sets certain parameters
Описание
bool ps_set_parameter
( resource $psdoc
, string $name
, string $value
)
Список параметров
-
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.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.