update : 2015.11.03
php.shukuma.com검색:
|
XSLTProcessor::setParameter(PHP 5) XSLTProcessor::setParameter — Set value for a parameter 설명
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. 인수
반환값
성공 시 예제
Example #1 Changing the owner before the transformation
<?php 참고
|