ldap_first_attribute
最初の属性を返す
&reftitle.description;
stringfalseldap_first_attribute
LDAP\Connectionldap
LDAP\ResultEntryentry
指定したエントリの最初の属性を取得します。残りの属性は、
ldap_next_attribute を逐次コールして取得します。
エントリの読み込みと同様、
エントリからの属性の読み込みもひとつづつ行われます。
&reftitle.parameters;
ldap
&ldap.parameter.ldap;
entry
&ldap.parameter.entry;
&reftitle.returnvalues;
成功した場合にエントリの最初の属性、エラーの場合に &false; を返します。
&reftitle.changelog;
&Version;
&Description;
&ldap.changelog.ldap-object;
&ldap.changelog.entry-object;
8.0.0
未使用だった3番目のパラメータ ber_identifier は、
もはや使えなくなりました。
&reftitle.seealso;
ldap_next_attribute
ldap_get_attributes