The DOMProcessingInstruction class
(PHP 5, PHP 7, PHP 8)
简介
This represents a processing instruction (PI) node. These are meant to indicate data areas meant for processing by specific applications.
类摘要
/* 继承的常量 */
/* 属性 */
/* 继承的属性 */
/* 方法 */
/* 继承的方法 */
public DOMNode::C14N(
bool
bool
?array
?array
): string|false
}bool
$exclusive
= false
,bool
$withComments
= false
,?array
$xpath
= null
,?array
$nsPrefixes
= null
): string|false
属性
- target
- A string representing to what application the data is intended for.
- data
- Application-specific data.
目录
- DOMProcessingInstruction::__construct — Creates a new DOMProcessingInstruction object
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/class.domprocessinginstruction.php