|
|
|
@ -1248,7 +1248,7 @@ void register_html_constants(INIT_FUNC_ARGS) |
|
|
|
} |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
/* {{{ proto string htmlspecialchars(string string [, int quote_style][, string charset]) |
|
|
|
/* {{{ proto string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]]) |
|
|
|
Convert special characters to HTML entities */ |
|
|
|
PHP_FUNCTION(htmlspecialchars) |
|
|
|
{ |
|
|
|
@ -1345,7 +1345,7 @@ PHP_FUNCTION(html_entity_decode) |
|
|
|
/* }}} */ |
|
|
|
|
|
|
|
|
|
|
|
/* {{{ proto string htmlentities(string string [, int quote_style][, string charset]) |
|
|
|
/* {{{ proto string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]]) |
|
|
|
Convert all applicable characters to HTML entities */ |
|
|
|
PHP_FUNCTION(htmlentities) |
|
|
|
{ |
|
|
|
|