Searched refs:attrsonly (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/ldap/ |
| H A D | ldap.c | 591 long attrsonly, sizelimit, timelimit, deref; local 599 if (zend_parse_parameters(argcount TSRMLS_CC, "zzZ|allll", &link, &base_dn, &filter, &attrs, &attrsonly, 613 ldap_attrsonly = attrsonly; 795 /* {{{ proto resource ldap_read(resource|array link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) 803 /* {{{ proto resource ldap_list(resource|array link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) 811 /* {{{ proto resource ldap_search(resource|array link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) 2412 ZEND_ARG_INFO(0, attrsonly) 2423 ZEND_ARG_INFO(0, attrsonly) 2434 ZEND_ARG_INFO(0, attrsonly)
|
Completed in 6 milliseconds