mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
Fixed ldap_parse_result comment
This commit is contained in:
parent
ead53aba54
commit
d8a7214d8c
@ -3160,7 +3160,7 @@ PHP_FUNCTION(ldap_set_option)
|
||||
/* }}} */
|
||||
|
||||
#ifdef HAVE_LDAP_PARSE_RESULT
|
||||
/* {{{ proto bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
|
||||
/* {{{ proto bool ldap_parse_result(resource link, resource result, int &errcode [, string &matcheddn [, string &errmsg [, array &referrals [, array &controls]]]])
|
||||
Extract information from result */
|
||||
PHP_FUNCTION(ldap_parse_result)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user