XSLTProcessor::removeParameter
(PHP 5)
XSLTProcessor::removeParameter — Remove parameter
Description
bool
XSLTProcessor::removeParameter
( string
$namespaceURI
, string $localName
)Removes a parameter, if set. This will make the processor use the default value for the parameter as specified in the stylesheet.
Parameters
-
namespaceURI
-
The namespace URI of the XSLT parameter.
-
localName
-
The local name of the XSLT parameter.
Return Values
Returns TRUE
on success or FALSE
on failure.
See Also
- XSLTProcessor::setParameter() - Set value for a parameter
- XSLTProcessor::getParameter() - Get value of a parameter
- Функция XSLTProcessor::__construct() - Создаёт новый экземпляр класса XSLTProcessor
- Функция XSLTProcessor::getParameter() - Возвращает значение параметра
- Функция XsltProcessor::getSecurityPrefs() - Get security preferences
- Функция XSLTProcessor::hasExsltSupport() - Определяет имеет ли PHP поддержку EXSLT
- Функция XSLTProcessor::importStylesheet() - Импортирует таблицу стилей
- Функция XSLTProcessor::registerPHPFunctions() - Включает возможность использовать PHP функции в качестве функций XSLT
- Функция XSLTProcessor::removeParameter() - Удаляет параметр
- Функция XSLTProcessor::setParameter() - Устанавливает значение параметра
- Функция XSLTProcessor::setProfiling() - Устанавливает файл для профилирования
- Функция XsltProcessor::setSecurityPrefs() - Set security preferences
- Функция XSLTProcessor::transformToDoc() - Преобразовует в DOMDocument
- Функция XSLTProcessor::transformToUri() - Преобразует в URI
- Функция XSLTProcessor::transformToXML() - Преобразует в XML
Коментарии
404 Not Found