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