検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 198 for [SIMILAR] 16 1024 4096 WITH 30824 separator WITH... (0.141 sec.)
単一階層の検索を行う 0
« ldap_get_values ldap_mod_add_ext » PHP Manual LDAP 関数 単一階層の検索を行う ldap_list (PHP 4, PHP 5, PHP 7, PHP 8) ldap_list — 単一階層の検索を行う 説明 ldap_list ( LDAP\Connection | array $ldap , array | string $base , array | string $filter , array $attributes = [] , int $attributes ...
https://man.plustar.jp/php/function.ldap-list.html - [similar]
LDAP エントリの変更をまとめて実行する 0
« ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap_modify_batch (PHP 5.4 >= 5.4.26, PHP 5.5 >= 5.5.10, PHP 5.6 >= 5.6.0, PHP 7, PHP 8) ldap_modify_batch — LDAP エントリの変更をまとめて実行する 説明 ldap_modify_batch ( LDAP\Connection $ldap , ...
https://man.plustar.jp/php/function.ldap-modify-batch.html - [similar]
LDAP ディレクトリにエントリを付加する 0
« ldap_8859_to_t61 ldap_add » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_add_ext (PHP 7 >= 7.3.0, PHP 8) ldap_add_ext — LDAP ディレクトリにエントリを付加する 説明 ldap_add_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\Resu ...
https://man.plustar.jp/php/function.ldap-add-ext.html - [similar]
ディレクトリからエントリを削除する 0
« ldap_count_references ldap_delete » PHP Manual LDAP 関数 ディレクトリからエントリを削除する ldap_delete_ext (PHP 7 >= 7.3.0, PHP 8) ldap_delete_ext — ディレクトリからエントリを削除する 説明 ldap_delete_ext ( LDAP\Connection $ldap , string $dn , ? array $controls = null ): LDAP\Result | ...
https://man.plustar.jp/php/function.ldap-delete-ext.html - [similar]
属性を新規の値に置換する 0
« ldap_mod_del ldap_mod_replace » PHP Manual LDAP 関数 属性を新規の値に置換する ldap_mod_replace_ext (PHP 7 >= 7.3.0, PHP 8) ldap_mod_replace_ext — 属性を新規の値に置換する 説明 ldap_mod_replace_ext ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): LDAP\Re ...
https://man.plustar.jp/php/function.ldap-mod_replace-ext.html - [similar]
コードポイントが無視できる文字かを調べる 0
« IntlChar::isgraph IntlChar::isIDPart » PHP Manual IntlChar コードポイントが無視できる文字かを調べる IntlChar::isIDIgnorable (PHP 7, PHP 8) IntlChar::isIDIgnorable — コードポイントが無視できる文字かを調べる 説明 public static IntlChar::isIDIgnorable ( int | string $codepoint ): ? bool 指 ...
https://man.plustar.jp/php/intlchar.isidignorable.html - [similar]
結果から情報を展開する 0
« ldap_parse_reference ldap_read » PHP Manual LDAP 関数 結果から情報を展開する ldap_parse_result (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) ldap_parse_result — 結果から情報を展開する 説明 ldap_parse_result ( LDAP\Connection $ldap , LDAP\Result $result , int &$error_code , string &$matched_dn ...
https://man.plustar.jp/php/function.ldap-parse-result.html - [similar]
エントリを読み込む 0
« ldap_parse_result ldap_rename_ext » PHP Manual LDAP 関数 エントリを読み込む ldap_read (PHP 4, PHP 5, PHP 7, PHP 8) ldap_read — エントリを読み込む 説明 ldap_read ( LDAP\Connection | array $ldap , array | string $base , array | string $filter , array $attributes = [] , int $attributes_on ...
https://man.plustar.jp/php/function.ldap-read.html - [similar]
LDAP ツリーを探索する 0
« ldap_sasl_bind ldap_set_option » PHP Manual LDAP 関数 LDAP ツリーを探索する ldap_search (PHP 4, PHP 5, PHP 7, PHP 8) ldap_search — LDAP ツリーを探索する 説明 ldap_search ( LDAP\Connection | array $ldap , array | string $base , array | string $filter , array $attributes = [] , int $attr ...
https://man.plustar.jp/php/function.ldap-search.html - [similar]
LDAP コントロール 0
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で LDAPコントロールを使う例をいくつか示します。 例1 policy(パスワードポリシー) 情報とバインドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminpassword' ; $ds = ldap_connect ( 'lda ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]