diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-03-07 19:37:27 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-03-07 19:37:27 +0000 |
commit | 975ff6f5d56bab8898bcdef1dddd0fb795a60619 (patch) | |
tree | 2ae42d1e4db04fe22b82c2cc72df293fb12ae440 /ext/standard/html.h | |
parent | 4ae4b63f4430f75fe215264b991cbdbb112d78c3 (diff) | |
download | php-git-975ff6f5d56bab8898bcdef1dddd0fb795a60619.tar.gz |
Added htmlspecialchars_decode() function for fast conversion from
htmlspecialchars() generated entities back to characters.
Diffstat (limited to 'ext/standard/html.h')
-rw-r--r-- | ext/standard/html.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/html.h b/ext/standard/html.h index e2f7c76994..7fb91189c6 100644 --- a/ext/standard/html.h +++ b/ext/standard/html.h @@ -33,6 +33,7 @@ void register_html_constants(INIT_FUNC_ARGS); PHP_FUNCTION(htmlspecialchars); PHP_FUNCTION(htmlentities); +PHP_FUNCTION(htmlspecialchars_decode); PHP_FUNCTION(html_entity_decode); PHP_FUNCTION(get_html_translation_table); |