ldap_next_attribute
(PHP 3, PHP 4, PHP 5)
ldap_next_attribute -- 結果における次の属性を得る
説明
string
ldap_next_attribute ( resource link_identifier, resource result_entry_identifier, resource &ber_identifier )
エントリ内の属性を取得します。
最初に ldap_next_attribute() をコールした際には
ldap_first_attribute() から返される
result_entry_identifier を使用します。
パラメータ
link_identifier
ldap_connect() が返す LDAP リンク ID。
result_entry_identifier
ber_identifier
ポインタの内部状態を、このパラメータで管理します。
返り値
成功した場合、エントリにおける次の属性を返します。エラー時に FALSE を返します。
[an error occurred while processing this directive]