PHP » GoLang |
login |
register |
about
|
GoLang XSLTProcessor::setParameter
request it (323)
GoLang replacement for PHP's XSLTProcessor::setParameter
[edit | history]
PHP XSLTProcessor::setParameterPHP original manual for XSLTProcessor::setParameter [ show | php.net ]XSLTProcessor::setParameter(PHP 5, PHP 7) XSLTProcessor::setParameter — Set value for a parameter Description
bool XSLTProcessor::setParameter
( string
$namespace
, string $name
, string $value
)
bool XSLTProcessor::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. Parameters
Return Values
Returns Examples
Example #1 Changing the owner before the transformation
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|