The XSLTProcessor class
(PHP 5, PHP 7, PHP 8)
Class synopsis
class XSLTProcessor
{
public getParameter(
string $namespace
,
string $name
):
string|false
public setParameter(
string $namespace
,
string $name
,
string $value
):
bool
public setParameter(
string $namespace
,
array $options
):
bool
}
Table of Contents