検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for toupper (0.001 sec.)
Unicode 文字を大文字にする 14592
« IntlChar::totitle IntlException » PHP Manual IntlChar Unicode 文字を大文字にする IntlChar::toupper ... pper (PHP 7, PHP 8) IntlChar::toupper — Unicode 文字を大文字にする 説明 public static In ... tlChar::toupper ( int | string $codepoint ): int | string | null 指 ... まなコードポイントの例 <?php var_dump ( IntlChar :: toupper ( "A" )); var_dump ( IntlChar :: toupper ( "a" )); ... var_dump ( IntlChar :: toupper ( "Φ" )); var_dump ( IntlChar :: toupper ( "φ" )); ...
https://man.plustar.jp/php/intlchar.toupper.html - [similar]
文字列フィルタ 9126
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... test.\n" ); /* 出力: Guvf vf n grfg. */ ?> string.toupper このフィルタは、すべてのストリームデータに対して s ... trtoupper() 関数を適用するのと同じ動作をします。 例2 string. ... put' , 'w' ); stream_filter_append ( $fp , 'string.toupper' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: ...
https://man.plustar.jp/php/filters.string.html - [similar]
Unicode 文字をタイトルケースにする 8790
« IntlChar::tolower IntlChar::toupper » PHP Manual IntlChar Unicode 文字をタイトルケースにする I ... ::tolower() - Unicode 文字を小文字にする IntlChar::toupper() - Unicode 文字を大文字にする mb_convert_case() - ...
https://man.plustar.jp/php/intlchar.totitle.html - [similar]
intl のエラー用の例外クラス 8401
« IntlChar::toupper IntlIterator » PHP Manual intl intl のエラー用の例外クラス intl のエラー用の ...
https://man.plustar.jp/php/class.intlexception.html - [similar]
ユーザー定義のストリームフィルタを登録する 8401
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... するデータに含まれるすべての英文字を 大文字化する strtoupper ストリームを実装し、 foo-bar.txt ストリームに適用す ... です。 <?php /* フィルタクラスを定義する */ class strtoupper_filter extends php_user_filter { function filter ( ... ket_make_writeable ( $in )) { $bucket -> data = strtoupper ( $bucket -> data ); $consumed += $bucket -> datal ... にフィルタを登録する */ stream_filter_register ( "strtoupper" , "strtoupper_filter" ) or die( "Failed to regist ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
登録されているフィルタのリストを取得する 8330
« stream_get_contents stream_get_line » PHP Manual ストリーム 関数 登録されているフィルタのリスト ... なります。 Array ( [0] => string.rot13 [1] => string.toupper [2] => string.tolower [3] => string.base64 [4] => ...
https://man.plustar.jp/php/function.stream-get-filters.html - [similar]
コードポイントが小文字かどうかを調べる 8207
« IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かど ... ::tolower() - Unicode 文字を小文字にする IntlChar::toupper() - Unicode 文字を大文字にする IntlChar::PROPERTY_ ...
https://man.plustar.jp/php/intlchar.islower.html - [similar]
コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 8207
« IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴ ... ::tolower() - Unicode 文字を小文字にする IntlChar::toupper() - Unicode 文字を大文字にする IntlChar::PROPERTY_ ...
https://man.plustar.jp/php/intlchar.isupper.html - [similar]
Unicode 文字を小文字にする 8207
« IntlChar::ord IntlChar::totitle » PHP Manual IntlChar Unicode 文字を小文字にする IntlChar::tol ... e() - Unicode 文字をタイトルケースにする IntlChar::toupper() - Unicode 文字を大文字にする mb_strtolower() - 文 ...
https://man.plustar.jp/php/intlchar.tolower.html - [similar]
さまざまな入出力ストリームへのアクセス 8207
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... 出力します。 */ readfile ( "php://filter/read=string.toupper/resource=http://www.example.com" ); /* これは上の例 ... を行います。 */ readfile ( "php://filter/read=string.toupper|string.rot13/resource=http://www.example.com" ); ? ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
PREV 1 2 NEXT