Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

ldap_next_attribute

(PHP 3, PHP 4 )

ldap_next_attribute -- 結果における次の属性を得る

説明

string ldap_next_attribute ( int link_identifier, int result_entry_identifier, int ber_identifier)

成功した場合、エントリにおける次の属性を返します。エラー時にFALSE を返します。

ldap_next_attribute() は、あるエントリにおいて 属性を得るためにコールされます。ポインタの内部状態は、 ber_identifier により保持されます。 この ID は、参照により関数に渡されます。 最初にldap_next_attribute()をコールした際には ldap_first_attribute() から返され_ result_entry_identifier が使用されます。

ldap_get_attributes() も参照下さい。