検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 209 for [SIMILAR] 16 1024 4096 WITH 14507 字か WITH 1339... (0.442 sec.)
フォントの高さを取得する 0
« imageflip imagefontwidth » PHP Manual GD および Image 関数 フォントの高さを取得する imagefontheight (PHP 4, PHP 5, PHP 7, PHP 8) imagefontheight — フォントの高さを取得する 説明 imagefontheight ( GdFont | int $font ): int 指定されたフォントの文字の高さをピクセル単位で返します。 パラメー ...
https://man.plustar.jp/php/function.imagefontheight.html - [similar]
文字列を垂直に描画する 0
« imagestring imagesx » PHP Manual GD および Image 関数 文字列を垂直に描画する imagestringup (PHP 4, PHP 5, PHP 7, PHP 8) imagestringup — 文字列を垂直に描画する 説明 imagestringup ( GdImage $image , GdFont | int $font , int $x , int $y , string $string , int $color ): bool 文字列 string ...
https://man.plustar.jp/php/function.imagestringup.html - [similar]
変数が整数型かどうかを検査する 0
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, PHP 5, PHP 7, PHP 8) is_int — 変数が整数型かどうかを検査する 説明 is_int ( mixed $value ): bool 与えられた変数の型が整数型かどうかを検査します。 注意 : 変数が数値か数値形式の文字列かを判断したい ...
https://man.plustar.jp/php/function.is-int.html - [similar]
変数がスカラかどうかを調べる 0
« is_resource is_string » PHP Manual 変数操作 関数 変数がスカラかどうかを調べる is_scalar (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) is_scalar — 変数がスカラかどうかを調べる 説明 is_scalar ( mixed $value ): bool 指定した変数がスカラかどうかを調べます。 スカラ変数には int 、 float 、 string あ ...
https://man.plustar.jp/php/function.is-scalar.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
« posix_ttyname プログラムの実行 » PHP Manual POSIX 関数 システム名を得る posix_uname (PHP 4, PHP 5, PHP 7, PHP 8) posix_uname — システム名を得る 説明 posix_uname (): array | false システムについての情報を取得します。 POSIX では、値のフォーマットに関して何の仮定も設けないことを規定してい ...
https://man.plustar.jp/php/function.posix-uname.html - [similar]
変数の文字列としての値を取得する 0
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, PHP 5, PHP 7, PHP 8) strval — 変数の文字列としての値を取得する 説明 strval ( mixed $value ): string value の string としての値を 返します。文字列への変換の詳細については、 string の ドキュメン ...
https://man.plustar.jp/php/function.strval.html - [similar]
指定された整数と基数を表す文字を取得する 0
« IntlChar::foldCase IntlChar::getBidiPairedBracket » PHP Manual IntlChar 指定された整数と基数を表す文字を取得する IntlChar::forDigit (PHP 7, PHP 8) IntlChar::forDigit — 指定された整数と基数を表す文字を取得する 説明 public static IntlChar::forDigit ( int $digit , int $base = 10 ): int 指 ...
https://man.plustar.jp/php/intlchar.fordigit.html - [similar]
コードポイントが基底文字に含まれるかを調べる 0
« IntlChar::isalpha IntlChar::isblank » PHP Manual IntlChar コードポイントが基底文字に含まれるかを調べる IntlChar::isbase (PHP 7, PHP 8) IntlChar::isbase — コードポイントが基底文字に含まれるかを調べる 説明 public static IntlChar::isbase ( int | string $codepoint ): ? bool 指定されたコード ...
https://man.plustar.jp/php/intlchar.isbase.html - [similar]
はじめに 0
« PCRE インストール/設定 » PHP Manual PCRE はじめに はじめに この正規表現関数で使用するパターンの構文は、Perl と類似しています。 正規表現は、スラッシュ (/) などのデリミタで囲う必要があります。 デリミタには使用できるのは、非英数字、非空白文字の任意の ASCII 文字ですが、バックスラッシュ (\) ...
https://man.plustar.jp/php/intro.pcre.html - [similar]