array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.ldap-next-attribute.php', 1 => 'ldap_next_attribute', 2 => 'Get the next attribute in result', ), 'up' => array ( 0 => 'ref.ldap.php', 1 => 'Функції LDAP', ), 'prev' => array ( 0 => 'function.ldap-modify-batch.php', 1 => 'ldap_modify_batch', ), 'next' => array ( 0 => 'function.ldap-next-entry.php', 1 => 'ldap_next_entry', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ldap/functions/ldap-next-attribute.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 4, PHP 5, PHP 7, PHP 8)
ldap_next_attribute — Get the next attribute in result
Retrieves the attributes in an entry. The first call to
ldap_next_attribute() is made with the
entry returned from
ldap_first_attribute().
ldapПримірник LDAP\Connection, якого повертає ldap_connect().
entryПримірник LDAP\ResultEntry.
Returns the next attribute in an entry on success and false on
error.
| Версія | Опис |
|---|---|
| 8.1.0 |
Тепер параметр ldap має бути примірником
LDAP\Connection; раніше очікувався дійсний resource
ldap link.
|
| 8.1.0 |
Тепер параметр entry має бути примірником
LDAP\ResultEntry; раніше очікувався дійсний
resource ldap result entry.
|
| 8.0.0 |
The unused third parameter ber_identifier is no longer accepted.
|