XMLWriter::startPI
(No version information available, might be only in CVS)
XMLWriter::startPI — Create start PI tag
Описание
Object oriented style:
XMLWriter
bool startPI
( string $target
)
Procedural style:
bool xmlwriter_start_pi
( resource $xmlwriter
, string $target
)
Starts a processing instruction tag.
Параметри
- xmlwriter
-
Само за процедурни извиквания. XMLWriter ресурса, който се модифицира. Този отговор е в следствие на извикването на функциите xmlwriter_open_uri() или xmlwriter_open_memory().
- target
-
The target of the processing instruction.
Връщани стойности
Връща TRUE при успех или FALSE при неуспех.
XMLWriter::startPI
There are no user contributed notes for this page.
