PHP. Руководство по PHP. 2005
XSLTProcessor->setParameter()XSLTProcessor->setParameter()
(no version information, might be only in CVS)XSLTProcessor->setParameter() -- Set value for a parameter
Описание
class XSLTProcessor {bool setParameter (string namespace, string name, string value)
}class XSLTProcessor {
bool setParameter (string namespace, array options)
}
Sets the value of one or more parameters to be used in subsequent transformations with XSLTProcessor. If the parameter doesn't exist in the stylesheet it will be ignored.
Список параметров
- namespace
-
The namespace URI of the XSLT parameter.
- name
-
The local name of the XSLT parameter.
- value
-
The new value of the XSLT parameter.
- options
-
An array of name => value pairs. This syntax is available since PHP 5.1.0.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Примеры
Смотрите также
XSLTProcessor->getParameter() |
XSLTProcessor->removeParameter() |
|
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪