ldap_8859_to_t61 PHP 4.0.2

string ldap_8859_to_t61(string value)

 

8859 文字を t61 文字に変換します。

ldap_add PHP 3.0

bool ldap_add(resource link, string dn, array entry)

 

LDAP ディレクトリにエントリを追加します。

ldap_bind PHP 3.0

bool ldap_bind(resource link[, string dn, string password])

 

LDAP ディレクトリにバインドします。

ldap_compare PHP 4.0.2

bool ldap_compare(resource link, string dn, string attr, string value)

 

エントリが属性のいずれかに対して特定の値を持っているかどうかを調べます。

ldap_connect PHP 3.0

resource ldap_connect([string host[, int port]])

 

LDAP サーバーに接続します。

ldap_count_entries PHP 3.0

int ldap_count_entries(resource link, resource result)

 

検索結果内のエントリ数をカウントします。

ldap_delete PHP 3.0

bool ldap_delete(resource link, string dn)

 

ディレクトリからエントリを削除します。

ldap_dn2ufn PHP 3.0

string ldap_dn2ufn(string dn)

 

DN をユーザーにわかりやすい名前の形式に変換します。

ldap_err2str PHP 3.0.13

string ldap_err2str(int errno)

 

エラー番号をエラー文字列に変換します。

ldap_errno PHP 3.0.12

int ldap_errno(resource link)

 

現在の LDAP エラー番号を取得します。

ldap_error PHP 3.0.12

string ldap_error(resource link)

 

現在の LDAP エラー文字列を取得します。

ldap_explode_dn PHP 3.0

array ldap_explode_dn(string dn, int with_attrib)

 

DN を各要素に分割します。

ldap_first_attribute PHP 3.0

string ldap_first_attribute(resource link, resource result_entry, int ber)

 

最初の属性を返します。

ldap_first_entry PHP 3.0

resource ldap_first_entry(resource link, resource result)

 

最初の結果 ID を返します。

ldap_first_reference PHP 4.0.5

resource ldap_first_reference(resource link, resource result)

 

最初の参照を返します。

ldap_free_result PHP 3.0

bool ldap_free_result(resource result)

 

結果用のメモリを解放します。

ldap_get_attributes PHP 3.0

array ldap_get_attributes(resource link, resource result_entry)

 

検索結果のエントリから属性を取得します。

ldap_get_dn PHP 3.0

string ldap_get_dn(resource link, resource result_entry)

 

結果エントリの DN を取得します。

ldap_get_entries PHP 3.0

array ldap_get_entries(resource link, resource result)

 

すべての結果エントリを取得します。

ldap_get_option PHP 4.0.4

bool ldap_get_option(resource link, int option, mixed retval)

 

セッション全体で使用する各種パラメータの現在の値を取得します。

ldap_get_values_len PHP 3.0.13

array ldap_get_values_len(resource link, resource result_entry, string attribute)

 

結果エントリからすべての値を長さと共に取得します。

ldap_get_values PHP 3.0

array ldap_get_values(resource link, resource result_entry, string attribute)

 

結果エントリからすべての値を取得します。

ldap_list PHP 3.0

resource ldap_list(resource link, string base_dn, string filter[, array attrs[, int attrsonly[, int sizelimit[, int timelimit[, int deref]]]]])

 

単一レベルの検索を行います。

ldap_mod_add PHP 3.0.8

bool ldap_mod_add(resource link, string dn, array entry)

 

現在の属性に属性値を追加します。

ldap_mod_del PHP 3.0.8

bool ldap_mod_del(resource link, string dn, array entry)

 

属性値を削除します。

ldap_mod_replace PHP 3.0.8

bool ldap_mod_replace(resource link, string dn, array entry)

 

属性値を新しい値に置き換えます。

ldap_next_attribute PHP 3.0

string ldap_next_attribute(resource link, resource result_entry, resource ber)

 

結果から次の属性を取得します。

ldap_next_entry PHP 3.0

resource ldap_next_entry(resource link, resource result_entry)

 

次の結果エントリを取得します。

ldap_next_reference PHP 4.0.5

resource ldap_next_reference(resource link, resource reference_entry)

 

次の参照を取得します。

ldap_parse_reference PHP 4.0.5

bool ldap_parse_reference(resource link, resource reference_entry, array referrals)

 

参照エントリから情報を抽出します。

ldap_parse_result PHP 4.0.5

bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)

 

結果から情報を抽出します。

ldap_read PHP 3.0

resource ldap_read(resource link, string base_dn, string filter[, array attrs[, int attrsonly[, int sizelimit[, int timelimit[, int deref]]]]])

 

エントリを読み取ります。

ldap_rename PHP 4.0.5

bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn);

 

エントリ名を修正します。

ldap_set_option PHP 4.0.4

bool ldap_set_option(resource link, int option, mixed newval)

 

セッション全体で使用する各種パラメータの値を設定します。

ldap_set_rebind_proc PHP 4.1.0

bool ldap_set_rebind_proc(resource link, string callback)

 

参照先を再バインドするためのコールバック関数を設定します。

ldap_sort PHP 4.1.0

bool ldap_sort(resource link, resource result, string sortfilter)

 

LDAP 結果エントリをソートします。

ldap_start_tls PHP 4.1.0

bool ldap_start_tls(resource link)

 

TLS を開始します。

ldap_t61_to_8859 PHP 4.0.2

string ldap_t61_to_8859(string value)

 

t61 文字を 8859 文字に変換します。

ldap_unbind PHP 3.0

bool ldap_unbind(resource link)

 

LDAP ディレクトリからバインドを解除します。