検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 203 for case (0.012 sec.)
エラーコード 5146
« 大文字変換(Case Folding) 文字エンコーディング » PHP Manual XML パーサ エラーコード エラーコード ... ING 関連キーワード: エラーコード , 大文字 , 変換 , Case , Folding , 文字 , パーサ , 定数 , 定義 , ...
https://man.plustar.jp/php/xml.error-codes.html - [similar]
IntlChar クラス 5114
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... CAL_ORDER_EXCEPTION = 21 ; const int PROPERTY_LOWERCASE = 22 ; const int PROPERTY_MATH = 23 ; const int PR ... Y_UNIFIED_IDEOGRAPH = 29 ; const int PROPERTY_UPPERCASE = 30 ; const int PROPERTY_WHITE_SPACE = 31 ; const ... t int PROPERTY_XID_START = 33 ; const int PROPERTY_CASE_SENSITIVE = 34 ; const int PROPERTY_S_TERM = 35 ; ... nt PROPERTY_POSIX_XDIGIT = 48 ; const int PROPERTY_CASED = 49 ; const int PROPERTY_CASE_IGNORABLE = 50 ; c ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
break 5114
« foreach continue » PHP Manual 制御構造 break break (PHP 4, PHP 5, PHP 7, PHP 8) break は、現在 ... します */ $i = 0 ; while (++ $i ) { switch ( $i ) { case 5 : echo "At 5<br />\n" ; break 1 ; /* switch 構造 ... のみを抜けます */ case 10 : echo "At 10; quitting<br />\n" ; break 2 ; /* ...
https://man.plustar.jp/php/control-structures.break.html - [similar]
設定オプションの値を得る 5114
« ini_get_all ini_restore » PHP Manual PHP オプション/情報 関数 設定オプションの値を得る ini_get ... val )- 1 ]); switch( $last ) { // 'G' も使えます。 case 'g' : $val *= 1024 ; case 'm' : $val *= 1024 ; cas ...
https://man.plustar.jp/php/function.ini-get.html - [similar]
定義済み定数 5114
« リソース型 IBM DB2 関数 » PHP Manual IBM DB2 定義済み定数 定義済み定数 以下の定数が定義されてい ... ータ型 CHAR あるいは VARCHAR にバインドします。 DB2_CASE_NATURAL ( int ) カラム名の大文字小文字を変換せずに ... 返します。 DB2_CASE_LOWER ( int ) カラム名を小文字に変換して返します。 ... DB2_CASE_UPPER ( int ) カラム名を大文字に変換して返します。 ...
https://man.plustar.jp/php/ibm-db2.constants.html - [similar]
基本的な使用法 5114
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有する ... ction sig_handler ( $signo ) { switch ( $signo ) { case SIGTERM : // 終了タスクを処理 exit; break; case SI ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
ReflectionEnumBackedCase クラス 5082
« ReflectionEnumUnitCase::getValue ReflectionEnumBackedCase::__construct » PHP Manual リフレクシ ... ョン ReflectionEnumBackedCase クラス ReflectionEnumBackedCase クラス (PHP 8 >= 8 ... .1.0) はじめに ReflectionEnumBackedCase クラスは、 Backed Enum の case に関する情報を報告し ... 持っています。 クラス概要 class ReflectionEnumBackedCase extends ReflectionEnumUnitCase { /* 継承した定数 * ... ng /* 継承したメソッド */ public ReflectionEnumUnitCase::getEnum (): ReflectionEnum public ReflectionEnumU ...
https://man.plustar.jp/php/class.reflectionenumbackedcase.html - [similar]
生データを IP アドレスに変換する 5082
« radius_create_request radius_cvt_int » PHP Manual Radius 関数 生データを IP アドレスに変換する ... r' ]; $data = $resa [ 'data' ]; switch ( $attr ) { case RADIUS_FRAMED_IP_ADDRESS : $ip = radius_cvt_addr ( ... $data ); echo "IP: $ip <br>\n" ; break; case RADIUS_FRAMED_IP_NETMASK : $mask = radius_cvt_addr ...
https://man.plustar.jp/php/function.radius-cvt-addr.html - [similar]
Add a lexer rule 5082
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule P ... is specified as exit state, it means pop. In that case, the signature containing the id can be used to id ... entify the match. Note that even in the case an id is specified, the rule will finish first whe ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
リフレクション 5050
« unregister_tick_function はじめに » PHP Manual 変数・データ型関連 リフレクション リフレクション ... に、列挙型が依存する型を取得する ReflectionEnum::getCase — 列挙型の特定の case を返す ReflectionEnum::getCa ... ses — 列挙型の全ての case を返す ReflectionEnum::hasCase — 列挙型が case を持 ... 列挙型が Backed Enum かを調べる ReflectionEnumUnitCase — ReflectionEnumUnitCase クラス ReflectionEnumUnit ... Case::__construct — ReflectionEnumUnitCase オブジェクトをインスタンス化する ReflectionEnumUni ...
https://man.plustar.jp/php/book.reflection.html - [similar]