mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
update xmlwriter_write_dtd_entity parameters
This commit is contained in:
parent
57792acabc
commit
45a95f0898
@ -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
|
||||
bool xmlwriter_end_dtd_entity(resource xmlwriter)
|
||||
- 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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user