File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode)
312
312
#endif
313
313
}
314
314
315
- /* {{{ proto int idn_to_ascii(string domain[, int options[, int variant[, array &idna_info]]])
315
+ /* {{{ proto string idn_to_ascii(string domain[, int options[, int variant[, array &idna_info]]])
316
316
Converts an Unicode domain to ASCII representation, as defined in the IDNA RFC */
317
317
PHP_FUNCTION (idn_to_ascii )
318
318
{
@@ -321,7 +321,7 @@ PHP_FUNCTION(idn_to_ascii)
321
321
/* }}} */
322
322
323
323
324
- /* {{{ proto int idn_to_utf8(string domain[, int options[, int variant[, array &idna_info]]])
324
+ /* {{{ proto string idn_to_utf8(string domain[, int options[, int variant[, array &idna_info]]])
325
325
Converts an ASCII representation of the domain to Unicode (UTF-8), as defined in the IDNA RFC */
326
326
PHP_FUNCTION (idn_to_utf8 )
327
327
{
You can’t perform that action at this time.
0 commit comments