検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 1082 for コード (0.096 sec.)
コードポイントが制御文字かどうかを調べる 4062
« IntlChar::isblank IntlChar::isdefined » PHP Manual IntlChar コードポイントが制御文字かどうかを ... tlChar::iscntrl (PHP 7, PHP 8) IntlChar::iscntrl — コードポイントが制御文字かどうかを調べる 説明 public stati ... ntrl ( int | string $codepoint ): ? bool 指定されたコードポイントが制御文字かを判定します。 制御文字は、以下に ... GORY_PARAGRAPH_SEPARATOR (Zp) パラメータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す ... 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" )。 戻り値 codepoint が制 ...
https://man.plustar.jp/php/intlchar.iscntrl.html - [similar]
マルチバイト文字列 4027
« intl_is_failure はじめに » PHP Manual 自然言語および文字エンコーディング マルチバイト文字列 マ ... ングで有効なものかどうかを調べる mb_chr — Unicode のコードポイントに対応する文字を返す mb_convert_case — 文字列 ... かな"等に)変換する mb_convert_variables — 変数の文字コードを変換する mb_decode_mimeheader — MIME ヘッダフィール ... ドの文字列をデコードする mb_decode_numericentity — HTML 数値エンティティ ... を文字にデコードする mb_detect_encoding — 文字エンコーディングを検出 ...
https://man.plustar.jp/php/book.mbstring.html - [similar]
終了した子プロセスのリターンコードを返す 4027
« pcntl_waitpid pcntl_wifexited » PHP Manual PCNTL 関数 終了した子プロセスのリターンコードを返す ... 8) pcntl_wexitstatus — 終了した子プロセスのリターンコードを返す 説明 pcntl_wexitstatus ( int $status ): int | ... false 終了した子プロセスのリターンコードを返します。この関数は、 pcntl_wifexited() が true を ... が正常にコールされた際に得られます。 戻り値 リターンコードを返します。 この機能を OS がサポートしていない場合、 ... セスのステータスを返す pcntl_wifexited() - ステータスコードが正常終了を表しているかどうかを調べる 関連キーワード ...
https://man.plustar.jp/php/function.pcntl-wexitstatus.html - [similar]
コードポイントが含まれる割当ブロックを取得する 4015
« IntlChar::getBidiPairedBracket IntlChar::getCombiningClass » PHP Manual IntlChar コードポイント ... tBlockCode (PHP 7, PHP 8) IntlChar::getBlockCode — コードポイントが含まれる割当ブロックを取得する 説明 public ... r::getBlockCode ( int | string $codepoint ): ? int コードポイントが含まれる Unicode の割当ブロックを返します。 ... パラメータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す ... 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" )。 戻り値 codepoint のブ ...
https://man.plustar.jp/php/intlchar.getblockcode.html - [similar]
コードポイントの FC_NFKC_Closure プロパティの値を取得する 4015
« IntlChar::getCombiningClass IntlChar::getIntPropertyMaxValue » PHP Manual IntlChar コードポイン ... sure (PHP 7, PHP 8) IntlChar::getFC_NFKC_Closure — コードポイントの FC_NFKC_Closure プロパティの値を取得する ... ( int | string $codepoint ): string | false | null コードポイントの FC_NFKC_Closure プロパティの値を文字列で取 ... 得します。 パラメータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す ... 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" )。 戻り値 codepoint の F ...
https://man.plustar.jp/php/intlchar.getfc-nfkc-closure.html - [similar]
コードポイントが句読点の文字かどうかを調べる 4015
« IntlChar::isprint IntlChar::isspace » PHP Manual IntlChar コードポイントが句読点の文字かどうか ... tlChar::ispunct (PHP 7, PHP 8) IntlChar::ispunct — コードポイントが句読点の文字かどうかを調べる 説明 public s ... unct ( int | string $codepoint ): ? bool 指定されたコードポイントが句読点の文字かどうかを判定します。 一般カテ ... 文字の場合に true を返します。 パラメータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す ... 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" )。 戻り値 codepoint が句 ...
https://man.plustar.jp/php/intlchar.ispunct.html - [similar]
コードポイントに対してケースフォールディングを行う 3997
« IntlChar::enumCharTypes IntlChar::forDigit » PHP Manual IntlChar コードポイントに対してケースフ ... Char::foldCase (PHP 7, PHP 8) IntlChar::foldCase — コードポイントに対してケースフォールディングを行う 説明 pu ... された文字そのものを返します。 パラメータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMAN を表す ... 0x2603 )、あるいは UTF-8 文字列としてエンコードされた文字 (例: "\u{2603}" )。 options IntlChar::FOL ... Char::FOLD_CASE_EXCLUDE_SPECIAL_I 戻り値 指定されたコードポイントに、 Simple_Case_Folding が存在する場合、それ ...
https://man.plustar.jp/php/intlchar.foldcase.html - [similar]
直近の操作のエラーコードを取得する 3997
« MessageFormatter::format MessageFormatter::getErrorMessage » PHP Manual MessageFormatter 直近の ... 操作のエラーコードを取得する MessageFormatter::getErrorCode msgfmt_get ... rCode -- msgfmt_get_error_code — 直近の操作のエラーコードを取得する 説明 オブジェクト指向型 public MessageFor ... ssageFormatter $formatter ): int 直近の操作のエラーコードを取得します。 パラメータ formatter メッセージのフォ ... キストを取得する intl_get_error_code() - 直近のエラーコードを取得する intl_is_failure() - 指定したエラーコード...
https://man.plustar.jp/php/messageformatter.geterrorcode.html - [similar]
GeoIP 関数 3997
« 定義済み定数 geoip_asnum_by_name » PHP Manual GeoIP GeoIP 関数 GeoIP 関数 目次 geoip_asnum_by_ ... 取得する geoip_continent_code_by_name — 二文字の大陸コードを取得する geoip_country_code_by_name — 二文字の国コ ... ドを取得する geoip_country_code3_by_name — 三文字の国コードを取得する geoip_country_name_by_name — 完全な国名を ... かった詳細な都市情報を返す geoip_region_by_name — 国コードおよび地域を取得する geoip_region_name_by_code — 国コ ... ードと地域コードから地域名を返す geoip_setup_custom_directory — GeoI ...
https://man.plustar.jp/php/ref.geoip.html - [similar]
例外コードを取得する 3991
« Exception::getPrevious Exception::getFile » PHP Manual Exception 例外コードを取得する Exceptio ... ode (PHP 5, PHP 7, PHP 8) Exception::getCode — 例外コードを取得する 説明 final public Exception::getCode (): ... int 例外コードを返します。 パラメータ この関数にはパラメータはあり ... ません。 戻り値 例外コードを整数値で返します。しかし、 Exception クラスを継承し ... eption code is: 30 参考 Throwable::getCode() - 例外コードを取得する 関連キーワード: 例外 , コード , 取得 , Ex ...
https://man.plustar.jp/php/exception.getcode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT