update xmlwriter_write_dtd_entity parameters

This commit is contained in:
Rob Richards 2007-01-06 18:05:02 +00:00
parent 57792acabc
commit 45a95f0898

View File

@ -881,7 +881,7 @@ As of 5.2.1 #See http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwrit
- Create start DTD Entity - returns FALSE on error - Create start DTD Entity - returns FALSE on error
bool xmlwriter_end_dtd_entity(resource xmlwriter) bool xmlwriter_end_dtd_entity(resource xmlwriter)
- End current DTD Entity - returns FALSE on error - End current DTD Entity - returns FALSE on error
bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, int pe [, string pubid [, string sysid [, string ndataid]]]]) bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, bool pe [, string pubid [, string sysid [, string ndataid]]]])
- Write full DTD Entity tag - returns FALSE on error - Write full DTD Entity tag - returns FALSE on error