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