array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.ldap-count-references.php', 1 => 'ldap_count_references', 2 => 'Counts the number of references in a search result', ), 'up' => array ( 0 => 'ref.ldap.php', 1 => 'Функції LDAP', ), 'prev' => array ( 0 => 'function.ldap-count-entries.php', 1 => 'ldap_count_entries', ), 'next' => array ( 0 => 'function.ldap-delete.php', 1 => 'ldap_delete', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ldap/functions/ldap-count-references.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 8)
ldap_count_references — Counts the number of references in a search result
Counts the number of references in a search result.
ldapПримірник LDAP\Connection, якого повертає ldap_connect().
resultПримірник LDAP\Result, якого повертає ldap_list() або ldap_search().
Returns the number of references in a search result.
| Версія | Опис |
|---|---|
| 8.1.0 |
Тепер параметр ldap має бути примірником
LDAP\Connection; раніше очікувався дійсний resource
ldap link.
|
| 8.1.0 |
Тепер параметр result має бути примірником
LDAP\Result; раніше очікувався дійсний resource
ldap result.
|