検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 142 for [SIMILAR] 16 1024 4096 WITH 92210 subnamespace W... (0.293 sec.)
制御文字かどうかを調べる 0
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ( mixed $text ): bool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べます。 制御文字とは ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
小文字かどうかを調べる 0
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_lower — 小文字かどうかを調べる 説明 ctype_lower ( mixed $text ): bool text のすべての文字が小文字だった場合に true 、そうでない場合に false を返します。 パラメ ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
大文字かどうか調べる 0
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_upper — 大文字かどうか調べる 説明 ctype_upper ( mixed $text ): bool 与えられた文字列 text のすべての文字が 大文字であるかどうかを調べます。 パラメータ text 調べ ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
16 進数を表す文字かどうかを調べる 0
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_xdigit — 16 進数を表す文字かどうかを調べる 説明 ctype_xdigit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 16 進の '数字' であるかどうかを ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
fd 上で whence から pos に移動する 0
« dio_read dio_stat » PHP Manual ダイレクト IO 関数 fd 上で whence から pos に移動する dio_seek (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_seek — fd 上で whence から pos に移動する 説明 dio_seek ( resource $fd , int $pos , int $whence = SEEK_SET ): int 関数 dio_seek() は、指定されたファイル記述 ...
https://man.plustar.jp/php/function.dio-seek.html - [similar]
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
指定した幅で文字列を丸める 0
« mb_strcut mb_stripos » PHP Manual マルチバイト文字列 関数 指定した幅で文字列を丸める mb_strimwidth (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_strimwidth — 指定した幅で文字列を丸める 説明 mb_strimwidth ( string $string , int $start , int $width , string $trim_marker = "" , ? string $encod ...
https://man.plustar.jp/php/function.mb-strimwidth.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 0
« mb_strimwidth mb_stristr » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す mb_stripos (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_stripos — 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 説明 mb_stripos ( ...
https://man.plustar.jp/php/function.mb-stripos.html - [similar]
文字列の中に指定した文字列が最初に現れる位置を見つける 0
« mb_strlen mb_strrchr » PHP Manual マルチバイト文字列 関数 文字列の中に指定した文字列が最初に現れる位置を見つける mb_strpos (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_strpos — 文字列の中に指定した文字列が最初に現れる位置を見つける 説明 mb_strpos ( string $haystack , string $needle , int $ ...
https://man.plustar.jp/php/function.mb-strpos.html - [similar]
文字列の先頭バイトを、0 から 255 までの値に変換する 0
« number_format parse_str » PHP Manual String 関数 文字列の先頭バイトを、0 から 255 までの値に変換する ord (PHP 4, PHP 5, PHP 7, PHP 8) ord — 文字列の先頭バイトを、0 から 255 までの値に変換する 説明 ord ( string $character ): int character の先頭バイトのバイナリ値を、 0 から 255 までの符 ...
https://man.plustar.jp/php/function.ord.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT