検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for aliases (0.002 sec.)
既知のエンコーディング・タイプのエイリアスを取得 12675
« mb_encode_numericentity mb_ereg_match » PHP Manual マルチバイト文字列 関数 既知のエンコーディン ... グ・タイプのエイリアスを取得 mb_encoding_aliases (PHP 5 >= 5.3.0, PHP 7, PHP 8) mb_encoding_aliases ... ディング・タイプのエイリアスを取得 説明 mb_encoding_aliases ( string $encoding ): array 既知の encoding タイプ ... NG レベルのエラーを発生します。 例 例1 mb_encoding_aliases() 例 <?php $encoding = 'ASCII' ; $known_encodings ... if ( in_array ( $encoding , $known_encodings )) { $aliases = mb_encoding_aliases ( $encoding ); print_r ( $al ...
https://man.plustar.jp/php/function.mb-encoding-aliases.html - [similar]
利用可能な暗号メソッドを取得 11244
« openssl_get_cert_locations openssl_get_curve_names » PHP Manual OpenSSL 関数 利用可能な暗号メソ ... ソッドを取得 説明 openssl_get_cipher_methods ( bool $aliases = false ): array 利用可能な暗号メソッドの一覧を取得 ... します。 パラメータ aliases 返される array に暗号のエイリアスを含めるべき場合、 ... hers = openssl_get_cipher_methods (); $ciphers_and_aliases = openssl_get_cipher_methods ( true ); $cipher_ali ... ases = array_diff ( $ciphers_and_aliases , $ciphers ); //ECB mode should be avoided $cipher ...
https://man.plustar.jp/php/function.openssl-get-cipher-methods.html - [similar]
利用可能なダイジェスト・メソッドを取得 10780
« openssl_get_curve_names openssl_get_privatekey » PHP Manual OpenSSL 関数 利用可能なダイジェスト ... ・メソッドを取得 説明 openssl_get_md_methods ( bool $aliases = false ): array 利用可能なダイジェスト・メソッドの ... 一覧を取得します。 パラメータ aliases 返される array にダイジェストのエイリアスを含めるべ ... $digests = openssl_get_md_methods (); $digests_and_aliases = openssl_get_md_methods ( true ); $digest_aliases ... = array_diff ( $digests_and_aliases , $digests ); print_r ( $digests ); print_r ( $dig ...
https://man.plustar.jp/php/function.openssl-get-md-methods.html - [similar]
実行時設定 8062
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... woole.use_shortname string Whether to enable short aliases swoole.enable_preemptive_scheduler string Whether ...
https://man.plustar.jp/php/swoole.configuration.html - [similar]
マルチバイト文字列が正規表現に一致するか調べる 8009
« mb_encoding_aliases mb_ereg_replace_callback » PHP Manual マルチバイト文字列 関数 マルチバイト ...
https://man.plustar.jp/php/function.mb-ereg-match.html - [similar]
文字を HTML 数値エンティティにエンコードする 7866
« mb_encode_mimeheader mb_encoding_aliases » PHP Manual マルチバイト文字列 関数 文字を HTML 数値 ...
https://man.plustar.jp/php/function.mb-encode-numericentity.html - [similar]
サポートするすべてのエンコーディングの配列を返す 7866
« mb_language mb_ord » PHP Manual マルチバイト文字列 関数 サポートするすべてのエンコーディングの ... 51 [58] => CP866 [59] => KOI8-R ) 参考 mb_encoding_aliases() - 既知のエンコーディング・タイプのエイリアスを取 ...
https://man.plustar.jp/php/function.mb-list-encodings.html - [similar]
マルチバイト文字列 7669
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マ ... HTML 数値エンティティにエンコードする mb_encoding_aliases — 既知のエンコーディング・タイプのエイリアスを取得 ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
マルチバイト文字列 関数 7669
« PHP の文字エンコーディングに関する要件 mb_check_encoding » PHP Manual マルチバイト文字列 マルチ ... HTML 数値エンティティにエンコードする mb_encoding_aliases — 既知のエンコーディング・タイプのエイリアスを取得 ...
https://man.plustar.jp/php/ref.mbstring.html - [similar]
下位互換性のない変更点 7454
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... ためです。 アンダースコア付きの mbregex の ISO 8859 aliases ( ISO_8859_* と ISO8859_* ) も削除されています。 m ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
PREV 1 NEXT