1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

MFB: Adjusted prototype

This commit is contained in:
Ilia Alshanetsky
2009-04-21 12:26:33 +00:00
parent c951268912
commit be474eafca

View File

@@ -286,7 +286,7 @@ PHP_MINFO_FUNCTION(ldap)
}
/* }}} */
/* {{{ proto resource ldap_connect([string host [, int port]])
/* {{{ proto resource ldap_connect([string host [, int port [, string wallet [, string wallet_passwd [, int authmode]]]]])
Connect to an LDAP server */
PHP_FUNCTION(ldap_connect)
{