mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Expose the xml_utf8_encode function.
This commit is contained in:
parent
e5635a81af
commit
e79e9fade6
2 changed files with 2 additions and 2 deletions
|
@ -141,6 +141,7 @@ PHP_FUNCTION(xml_parse_into_struct);
|
|||
|
||||
PHPAPI char *_xml_zval_strdup(zval *val);
|
||||
PHPAPI char *xml_utf8_decode(const XML_Char *, int, int *, const XML_Char *);
|
||||
PHPAPI char *xml_utf8_encode(const char *s, int len, int *newlen, const XML_Char *encoding);
|
||||
|
||||
#endif /* HAVE_LIBEXPAT */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue