WriteComment Method
Writes an XML comment block.
Object Oriented Interface
public function doWriteComment($text);
Procedural Interface
ipworks_xmlw_do_writecomment($res, $text);
Remarks
Writes a new XML comment block with the specified text.
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
WriteComment MethodWrites an XML comment block. Object Oriented Interfacepublic function doWriteComment($text); Procedural Interfaceipworks_xmlw_do_writecomment($res, $text); RemarksWrites a new XML comment block with the specified text. |
||