ldap_next_attribute
ldap_next_attribute — 結果における次の属性を得る
説明
string ldap_next_attribute ( resource link_identifier, resource result_entry_identifier, resource &ber_identifier )成功した場合、エントリにおける次の属性を返します。エラー時に FALSE を返します。
ldap_next_attribute() は、あるエントリにおいて 属性を得るためにコールされます。ポインタの内部状態は、 ber_identifier により保持されます。 この ID は、参照により関数に渡されます。 最初に ldap_next_attribute() をコールした際には ldap_first_attribute() から返される result_entry_identifier が使用されます。
ldap_get_attributes() も参照ください。
- ldap_next_attributeのページへのリンク