The Dom\ProcessingInstruction class
(PHP 8 >= 8.4.0)
简介
This represents a processing instruction (PI) node. These are meant to indicate data areas meant for processing by specific applications.
This is the modern, spec-compliant equivalent of DOMProcessingInstruction.
类摘要
/* 继承的常量 */
/* 属性 */
/* 继承的属性 */
/* 继承的方法 */
/* Not documented yet */
}属性
- target
- A string representing to what application the data is intended for.