検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for Cn (0.004 sec.)
正しく並べ替えて区切られたロケール ID を返す 12771
« Locale::canonicalize Locale::filterMatches » PHP Manual Locale 正しく並べ替えて区切られたロケー ... guage' => 'en' , 'script' => 'Hans' , 'region' => 'CN' , 'variant2' => 'rozaj' , 'variant1' => 'nedis' , ... guage' => 'en' , 'script' => 'Hans' , 'region' => 'CN' , 'variant2' => 'rozaj' , 'variant1' => 'nedis' , ... ?> 上の例の出力は以下となります。 Locale: en_Hans_CN_nedis_rozaj_x_prv1_prv2 例3 サブタグの制限 subtags ... guage' => 'en' , 'script' => 'Hans' , 'region' => 'CN' , 'extlang3' => 'd' , 'extlang2' => 'c' , 'extlan ...
https://man.plustar.jp/php/locale.composelocale.html - [similar]
LDAP コントロール 11849
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... スワードポリシー) 情報とバインドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminpasswor ... してください。 $result = ldap_delete_ext ( $link , 'cn=reference,dc=example,dc=com' , [[ 'oid' => LDAP_CO ... t = ldap_search ( $link , 'dc=example,dc=base' , '(cn=*)' , [ 'cn' ], 0 , 0 , 0 , LDAP_DEREF_NEVER , [[ ... $result ); foreach ( $entries as $entry ) { echo "cn: " . $entry [ 'cn' ][ 0 ]. "\n" ; } if (isset( $co ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
LDAP エントリの変更をまとめて実行する 10928
« ldap_mod_replace ldap_modify » PHP Manual LDAP 関数 LDAP エントリの変更をまとめて実行する ldap ... 。 例 例1 contact に電話番号を追加する <?php $dn = "cn=John Smith,ou=Wizards,dc=example,dc=com" ; $modifs ... fs ); ?> 例2 ユーザーの名前を変更する <?php $dn = "cn=John Smith,ou=Wizards,dc=example,dc=com" ; $modifs ... dn , $modifs ); ldap_rename ( $connection , $dn , "cn=Jack Smith-Jones" , NULL , TRUE ); ?> 例3 ユーザー ... にEメールアドレスを2つ追加する <?php $dn = "cn=Jack Smith-Jones,ou=Wizards,dc=example,dc=com" ; $ ...
https://man.plustar.jp/php/function.ldap-modify-batch.html - [similar]
PASSWD 拡張オペレーションのヘルパ 10138
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... n to give update access $bind = ldap_bind ( $ds , "cn=root, o=My Company, c=US" , "secret" ); if (! $bin ... a generated one $genpw = ldap_exop_passwd ( $ds , "cn=root, o=My Company, c=US" , "secret" ); if ( $genp ... erated password to bind $bind = ldap_bind ( $ds , "cn=root, o=My Company, c=US" , $genpw ); } // set the ... assword back to "secret" ldap_exop_passwd ( $ds , "cn=root, o=My Company, c=US" , $genpw , "secret" ); l ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
コードポイントが定義されているかどうかを調べる 9479
« IntlChar::iscntrl IntlChar::isdigit » PHP Manual IntlChar コードポイントが定義されているかどう ... 、一般的に文字が割り当てられているかを意味します。 "Cn" (other, not assigned) 以外の一般カテゴリの場合に ... コードポイント(例: U+FDD0) は "定義されていません" (Cn だからです) が、 サロゲートコードポイントは "定義さ ... , 文字 , codepoint , isdefined , カテゴリ , 一般 , Cn ...
https://man.plustar.jp/php/intlchar.isdefined.html - [similar]
CSR の subject を返す 9348
« openssl_csr_get_public_key openssl_csr_new » PHP Manual OpenSSL 関数 CSR の subject を返す ope ... れた subject の識別名の情報を返します。 commonName (CN), organizationName (O), countryName (C) などが含ま ... 合、長い名前を使ってインデックされます - たとえば、 CN は commonName の短縮名です。 戻り値 subject の説明 ... => XYZ Widgets Inc [OU] => PHP Documentation Team [CN] => Wez Furlong [emailAddress] => wez@example.com ...
https://man.plustar.jp/php/function.openssl-csr-get-subject.html - [similar]
LDAP ディレクトリにエントリを付加する 9216
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_a ... めに適当な dn でバインドする $r = ldap_bind ( $ds , "cn=root, o=My Company, c=US" , "secret" ); // データを ... 準備する $info [ "cn" ] = "John Jones" ; $info [ "sn" ] = "Jones" ; $in ... データをディレクトリに追加 $r = ldap_add ( $ds , "cn=John Jones, o=My Company, c=US" , $info ); ldap_cl ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 9216
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... t_chain" => true , "allow_self_signed" => false , "CN_match" => $hostname , "verify_peer" => true , "SNI ... if ( $r == 1 ) { echo $certparsed [ 'subject' ][ 'CN' ]; echo " was digitally signed by " ; echo $chain ... parsed [ 'subject' ][ 'CN' ]. "\n" ; } } ?> 参考 openssl_verify() - 署名を検 ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
コードポイントが図形文字であるかを調べる 8821
« IntlChar::isdigit IntlChar::isIDIgnorable » PHP Manual IntlChar コードポイントが図形文字である ... odes), "Cf" (format controls), "Cs" (surrogates), "Cn" (unassigned), and "Z" (separators) を除く全ての文 ... ント , IntlChar , isgraph , codepoint , 文字 , int , Cn , controls , Cs ...
https://man.plustar.jp/php/intlchar.isgraph.html - [similar]
基本的な使用法 8558
« 例 LDAP コントロール » PHP Manual 例 基本的な使用法 基本的な使用法 あるディレクトリサーバーから ... " . $info [ $i ][ "dn" ] . "<br />" ; echo "first cn entry is: " . $info [ $i ][ "cn" ][ 0 ] . "<br />" ...
https://man.plustar.jp/php/ldap.examples-basic.html - [similar]
PREV 1 2 3 NEXT