検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 450 for [SIMILAR] 16 1024 4096 WITH 30894 opcache WITH 9... (5.445 sec.)
英数字かどうかを調べる 0
« Ctype 関数 ctype_alpha » PHP Manual Ctype 関数 英数字かどうかを調べる ctype_alnum (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alnum — 英数字かどうかを調べる 説明 ctype_alnum ( mixed $text ): bool 与えられた文字列 text のすべての文字が英字または 数字であるかどうかを調べます。 パラメータ ...
https://man.plustar.jp/php/function.ctype-alnum.html - [similar]
制御文字かどうかを調べる 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]
リクエストを取り消す 0
« eio_busy eio_chmod » PHP Manual Eio 関数 リクエストを取り消す eio_cancel (PECL eio >= 0.0.1dev) eio_cancel — リクエストを取り消す 説明 eio_cancel ( resource $req ): void eio_cancel() は、 req で指定したリクエストを取り消します。 パラメータ req リクエストリソース。 pri リクエストの優先順 ...
https://man.plustar.jp/php/function.eio-cancel.html - [similar]
文字列中に文字が最後に現れる場所を取得する 0
« strpos strrev » PHP Manual String 関数 文字列中に文字が最後に現れる場所を取得する strrchr (PHP 4, PHP 5, PHP 7, PHP 8) strrchr — 文字列中に文字が最後に現れる場所を取得する 説明 strrchr ( string $haystack , string $needle ): string | false この関数は、文字列 haystack の中で needle が最後 ...
https://man.plustar.jp/php/function.strrchr.html - [similar]
変数に関する情報をダンプする 0
« unset var_export » PHP Manual 変数操作 関数 変数に関する情報をダンプする var_dump (PHP 4, PHP 5, PHP 7, PHP 8) var_dump — 変数に関する情報をダンプする 説明 var_dump ( mixed $value , mixed ...$values ): void この関数は、指定した式に関してその型や値を含む構造化された情報を 返します。配列 ...
https://man.plustar.jp/php/function.var-dump.html - [similar]
傾きを除去する 0
« Imagick::deleteImageProperty Imagick::despeckleImage » PHP Manual Imagick 傾きを除去する Imagick::deskewImage (PECL imagick 2 >= 2.3.0, PECL imagick 3 >= 3.3.0) Imagick::deskewImage — 傾きを除去する 説明 public Imagick::deskewImage ( float $threshold ): bool このメソッドを使うと、スキャ ...
https://man.plustar.jp/php/imagick.deskewimage.html - [similar]
フォントを設定する 0
« Imagick::setFirstIterator Imagick::setFormat » PHP Manual Imagick フォントを設定する Imagick::setFont (PECL imagick 2 >= 2.1.0, PECL imagick 3) Imagick::setFont — フォントを設定する 説明 public Imagick::setFont ( string $font ): bool オブジェクトのフォントプロパティを設定します。 このメ ...
https://man.plustar.jp/php/imagick.setfont.html - [similar]