Results of 1 - 10 of about 11 for tolower (0.003 sec.)
- Unicode 文字を小文字にする 14385
- « IntlChar::ord IntlChar::totitle » PHP Manual IntlChar Unicode 文字を小文字にする IntlChar::tolower
...
ower (PHP 7, PHP 8) IntlChar::tolower — Unicode 文字を小文字にする 説明 public static In ...
tlChar::tolower ( int | string $codepoint ): int | string | null 指 ...
まなコードポイントの例 <?php var_dump ( IntlChar :: tolower ( "A" )); var_dump ( IntlChar :: tolower ( "a" )); ...
var_dump ( IntlChar :: tolower ( "Φ" )); var_dump ( IntlChar :: tolower ( "φ" )); ...
-
https://man.plustar.jp/php/intlchar.tolower.html
- [similar]
- 文字列フィルタ 9122
- « 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ
...
test.\n" ); /* 出力: THIS IS A TEST. */ ?> string.tolower このフィルタは、すべてのストリームデータに対して s ...
trtolower() 関数を適用するのと同じ動作をします。 例3 string. ...
put' , 'w' ); stream_filter_append ( $fp , 'string.tolower' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: ...
-
https://man.plustar.jp/php/filters.string.html
- [similar]
- Unicode 文字をタイトルケースにする 8801
- « IntlChar::tolower IntlChar::toupper » PHP Manual IntlChar Unicode 文字をタイトルケースにする I
...
) "Φ" string(1) "1" int(65) int(65) 参考 IntlChar::tolower() - Unicode 文字を小文字にする IntlChar::toupper() ...
-
https://man.plustar.jp/php/intlchar.totitle.html
- [similar]
- ユーザー定義のストリームフィルタを登録する 8410
- « stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー
...
seif ( $this -> mode == 0 ) { $bucket -> data = strtolower ( $bucket -> data ); } $consumed += $bucket -> dat ...
mode = 1 ; } elseif ( $this -> filtername == 'str.tolower' ) { $this -> mode = 0 ; } else { /* その他の str. ...
/* フィルタを開いたストリームに付加する ここで str.tolower をバインドすることも可能 */ stream_filter_append ( ...
-
https://man.plustar.jp/php/function.stream-filter-register.html
- [similar]
- 登録されているフィルタのリストを取得する 8357
- « stream_get_contents stream_get_line » PHP Manual ストリーム 関数 登録されているフィルタのリスト
...
> string.rot13 [1] => string.toupper [2] => string.tolower [3] => string.base64 [4] => string.quoted-printabl ...
-
https://man.plustar.jp/php/function.stream-get-filters.html
- [similar]
- 文字に対応する Unicode コードポイントを返す 8286
- « IntlChar::isxdigit IntlChar::tolower » PHP Manual IntlChar 文字に対応する Unicode コードポイン
...
-
https://man.plustar.jp/php/intlchar.ord.html
- [similar]
- コードポイントが小文字かどうかを調べる 8215
- « IntlChar::isJavaSpaceChar IntlChar::isMirrored » PHP Manual IntlChar コードポイントが小文字かど
...
イントがタイトルケース文字であるかを調べる IntlChar::tolower() - Unicode 文字を小文字にする IntlChar::toupper() ...
-
https://man.plustar.jp/php/intlchar.islower.html
- [similar]
- コードポイントが一般カテゴリ "Lu" (大文字) に属するかを判定する 8215
- « IntlChar::isULowercase IntlChar::isUUppercase » PHP Manual IntlChar コードポイントが一般カテゴ
...
イントがタイトルケース文字であるかを調べる IntlChar::tolower() - Unicode 文字を小文字にする IntlChar::toupper() ...
-
https://man.plustar.jp/php/intlchar.isupper.html
- [similar]
- Unicode 文字を大文字にする 8215
- « IntlChar::totitle IntlException » PHP Manual IntlChar Unicode 文字を大文字にする IntlChar::tou
...
) "Φ" string(1) "1" int(65) int(65) 参考 IntlChar::tolower() - Unicode 文字を小文字にする IntlChar::totitle() ...
-
https://man.plustar.jp/php/intlchar.toupper.html
- [similar]
- IntlChar クラス 7895
- « idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8)
...
d ( int | string $character ): ? int public static tolower ( int | string $codepoint ): int | string | null p ...
字に対応する Unicode コードポイントを返す IntlChar::tolower — Unicode 文字を小文字にする IntlChar::totitle — U ...
-
https://man.plustar.jp/php/class.intlchar.html
- [similar]