検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 262 for encoding (0.007 sec.)
クライアントのエンコーディングを設定する 6500
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディン ... グを設定する pg_set_client_encoding (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_set_clien ... t_encoding — クライアントのエンコーディングを設定する 説明 pg ... _set_client_encoding ( PgSql\Connection $connection = ? , string $encod ... ing ): int pg_set_client_encoding() はクライアントの エンコーディングを設定し、成功し ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
文字エンコーディング検出順序を設定あるいは取得する 6460
« mb_detect_encoding mb_encode_mimeheader » PHP Manual マルチバイト文字列 関数 文字エンコーディン ... 得する 説明 mb_detect_order ( array | string | null $encoding = null ): array | bool 自動文字エンコーディング検出 ... の順番を encoding に設定します。 パラメータ encoding encoding は、 配 ... サポートされる文字エンコーディング を参照ください。 encoding が省略された場合、または null の場合は、 現在の文字 ... ング検出順を配列で返します。 この設定は、 mb_detect_encoding() および mb_send_mail() に影響します。 mbstring が ...
https://man.plustar.jp/php/function.mb-detect-order.html - [similar]
Return the current CUBRID connection charset 6391
« cubrid_affected_rows cubrid_close » PHP Manual CUBRID MySQL 互換関数 Return the current CUBRID ... connection charset cubrid_client_encoding (PECL CUBRID >= 8.3.1) cubrid_client_encoding — Re ... rrent CUBRID connection charset 説明 cubrid_client_encoding ( resource $conn_identifier = ? ): string This fun ... on success. false on failure. 例 例1 cubrid_client_encoding() example <?php $con = cubrid_connect ( "localhost ... f ( "CUBRID current charset: %s\n" , cubrid_client_encoding ( $con )); ?> 上の例の出力は以下となります。 CUBRI ...
https://man.plustar.jp/php/function.cubrid-client-encoding.html - [similar]
YAML 形式にした値をファイルに送る 6332
« Yaml 関数 yaml_emit » PHP Manual Yaml 関数 YAML 形式にした値をファイルに送る yaml_emit_file (P ... _emit_file ( string $filename , mixed $data , int $encoding = YAML_ANY_ENCODING , int $linebreak = YAML_ANY_BR ... ドしたいデータ。リソース型以外の任意の型が使えます。 encoding 出力時の文字エンコーディング。 YAML_ANY_ENCODING... YAML_UTF8_ENCODING 、 YAML_UTF16LE_ENCODING 、 YAML_UTF16BE_ENCODING ...
https://man.plustar.jp/php/function.yaml-emit-file.html - [similar]
MIME 文字設定を文字列で得る 6263
« mb_parse_str mb_regex_encoding » PHP Manual マルチバイト文字列 関数 MIME 文字設定を文字列で得る ... を文字列で得る 説明 mb_preferred_mime_name ( string $encoding ): string | false 指定したエンコーディングの MIME ... charset 文字列を取得します。 パラメータ encoding 調べるエンコーディング。 戻り値 文字エンコーディン ...encoding 用の MIME charset 文字列を返します。 指定された en ... ( $outputenc )); ?> 関連キーワード: 文字 , 設定 , encoding , preferred , mime , charset , string , 関数 , 取得 ...
https://man.plustar.jp/php/function.mb-preferred-mime-name.html - [similar]
CMS メッセージを復号化する 6263
« openssl_cipher_iv_length openssl_cms_encrypt » PHP Manual OpenSSL 関数 CMS メッセージを復号化す ... | array | string | null $private_key = null , int $encoding = OPENSSL_ENCODING_SMIME ): bool CMS メッセージを復 ... ル名。 private_key PKCS#8 形式の鍵を含むファイル名。 encoding 入力ファイルのエンコーディング。 OPENSSL_ENCODING_ ... SMIME , OPENSSL_ENCODING_DER , OPENSSL_ENCODING_PEM のいずれかです。 戻り値 ...
https://man.plustar.jp/php/function.openssl-cms-decrypt.html - [similar]
実行時設定 6263
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... PHP_INI_ALL 非推奨になりました。 mbstring.internal_encoding NULL PHP_INI_ALL 非推奨になりました。 mbstring.sub ... 非推奨になり、PHP 8.0.0 で削除されました。 mbstring.encoding_translation "0" PHP_INI_PERDIR mbstring.http_outpu ... (NLS)のデフォルト値。 この設定は mbstring.internal_encoding を定義するため、 php.ini の中で mbstring.internal_ ... 後に置く必要があることに注意してください。 mbstring.encoding_translation bool 入力される HTTP クエリに関して、 ...
https://man.plustar.jp/php/mbstring.configuration.html - [similar]
UConverter オブジェクトを作る 6263
« UConverter UConverter::convert » PHP Manual UConverter UConverter オブジェクトを作る UConverte ... ic UConverter::__construct ( ? string $destination_encoding = null , ? string $source_encoding = null ) 警告 こ ... ストのみが 記述されています。 パラメータ destination_encoding source_encoding 戻り値 関連キーワード: UConverter ... , オブジェクト , encoding , construct , string , convert , public , 警告 , 関 ...
https://man.plustar.jp/php/uconverter.construct.html - [similar]
FDF 文字エンコーディングを設定する 6223
« fdf_set_ap fdf_set_file » PHP Manual FDF 関数 FDF 文字エンコーディングを設定する fdf_set_encoding ... P 4 >= 4.0.7, PHP 5 < 5.3.0, PECL fdf SVN) fdf_set_encoding — FDF 文字エンコーディングを設定する 説明 fdf_set_ ... encoding ( resource $fdf_document , string $encoding ): bool FDF ドキュメントの文字エンコーディングを設 ... df_open_string() が返す FDF ドキュメントハンドル。 encoding エンコーディング名。現在サポートしているのは " Shi ... 列を指定すると、エンコーディングをデフォルトの PDFDocEncoding/Unicode スキームに設定します。 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.fdf-set-encoding.html - [similar]
文字列が、指定したエンコーディングで有効なものかどうかを調べる 6223
« マルチバイト文字列 関数 mb_chr » PHP Manual マルチバイト文字列 関数 文字列が、指定したエンコー ... ディングで有効なものかどうかを調べる mb_check_encoding (PHP 4 >= 4.4.3, PHP 5 >= 5.1.3, PHP 7, PHP 8) mb_ ... check_encoding — 文字列が、指定したエンコーディングで有効なものか ... どうかを調べる 説明 mb_check_encoding ( array | string | null $value = null , ? string $ ... リクエスト開始時からのすべての入力が対象となります。 encoding 期待するエンコーディング。 戻り値 成功した場合に t ...
https://man.plustar.jp/php/function.mb-check-encoding.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT