|
SYNOPSIS
int xmlWriterEndAttribute(xmlWriter writer)
Parameters:
Returns:
- the bytes written (may be 0 because of buffering) or -1 in case
of error
DESCRIPTION
xmlWriterEndAttribute() ends the current attribute being written.
EXAMPLE
<$ret = (xmlWriterEndAttribute($writer))>
SEE ALSO
xmlWriterStartAttribute,
xmlWriterWrite,
xmlWriterWriteAttribute
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|