ldap_count_references

(No version information available, might only be in Git)

ldap_count_referencesCounts the number of references in a search result

说明

ldap_count_references ( resource $ldap , resource $result ) : int

Counts the number of references in a search result.

参数

ldap

An LDAP resource, returned by ldap_connect().

result

An LDAP result resource, returned by ldap_list() or ldap_search().

返回值

Returns the number of references in a search result.

参见

User Contributed Notes

There are no user contributed notes for this page.