検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 534 for [SIMILAR] 16 1024 4096 WITH 18222 format WITH 17... (0.632 sec.)
コードポイントが、スペース文字であるかを調べる 0
« IntlChar::ispunct IntlChar::istitle » PHP Manual IntlChar コードポイントが、スペース文字であるかを調べる IntlChar::isspace (PHP 7, PHP 8) IntlChar::isspace — コードポイントが、スペース文字であるかを調べる 説明 public static IntlChar::isspace ( int | string $codepoint ): ? bool 指定され ...
https://man.plustar.jp/php/intlchar.isspace.html - [similar]
バッファクエリと非バッファクエリ 0
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと非バッファクエリ クエリは、デフォルトではバッファモードで実行されます。 つまり、クエリの結果がすぐに MySQL サーバーから PHP に転送され、 PHP プロセスのメモリ内に結果を保持し続けるということで ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
Picker Control 0
« UI\Controls\Radio::setSelected UI\Controls\Picker::__construct » PHP Manual UI Picker Control Picker Control (UI 0.9.9) はじめに A Picker represents a button which when clicked presents a native Date/Time/DateTime Picker interface to the user. クラス概要 class UI\Controls\Picker extend ...
https://man.plustar.jp/php/class.ui-controls-picker.html - [similar]
Yaf_Request_Http クラス 0
« Yaf_Request_Abstract::setRouted Yaf_Request_Http::__construct » PHP Manual Yaf Yaf_Request_Http クラス Yaf_Request_Http クラス (Yaf >=1.0.0) はじめに クライアントからのあらゆるリクエストは、 Yaf_Request_Http として初期化されます。 URI のクエリ文字列や POST パラメータなどの情報は、このク ...
https://man.plustar.jp/php/class.yaf-request-http.html - [similar]
バイナリ文字列からデータを切り出す 0
« uniqid usleep » PHP Manual その他の関数 バイナリ文字列からデータを切り出す unpack (PHP 4, PHP 5, PHP 7, PHP 8) unpack — バイナリ文字列からデータを切り出す 説明 unpack ( string $format , string $string , int $offset = 0 ): array | false format に基づき、バイナリ文字列から配列に分解します ...
https://man.plustar.jp/php/function.unpack.html - [similar]
新しい画像を作成する 0
« Imagick::negateImage Imagick::newPseudoImage » PHP Manual Imagick 新しい画像を作成する Imagick::newImage (PECL imagick 2, PECL imagick 3) Imagick::newImage — 新しい画像を作成する 説明 public Imagick::newImage ( int $cols , int $rows , mixed $background , string $format = ? ): bool 新し ...
https://man.plustar.jp/php/imagick.newimage.html - [similar]
はじめに 0
« Seaslog インストール/設定 » PHP Manual Seaslog はじめに はじめに The Seaslog is an effective,fast,stable log extension for PHP. The log journal,which is usually the operate record of the system, software and the application record. Through the analysis of the log,it can facilitate user ...
https://man.plustar.jp/php/intro.seaslog.html - [similar]
実行時に PHP 拡張モジュールをロードする 0
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張モジュールをロードする dl (PHP 4, PHP 5, PHP 7, PHP 8) dl — 実行時に PHP 拡張モジュールをロードする 説明 dl ( string $extension_filename ): bool extension_filename で指定された PHP 拡張モジュー ...
https://man.plustar.jp/php/function.dl.html - [similar]
変数の型名をデバッグしやすい形で取得する 0
« floatval get_defined_vars » PHP Manual 変数操作 関数 変数の型名をデバッグしやすい形で取得する get_debug_type (PHP 8) get_debug_type — 変数の型名をデバッグしやすい形で取得する 説明 get_debug_type ( mixed $value ): string PHP の変数 value の、解決済みの名前を返します。 この関数は、オブジ ...
https://man.plustar.jp/php/function.get-debug-type.html - [similar]
数値形式の文字列 0
« 文字列 配列 » PHP Manual 型 数値形式の文字列 数値形式の文字列 PHP の 文字列 は、 int や float と解釈できる場合は 数値と見なされます。 PHP 8.0.0 以降の正式な仕様は下記の通りです: WHITESPACES \s* LNUM [0-9]+ DNUM ([0-9]*)[\.]{LNUM}) | ({LNUM}[\.][0-9]*) EXPONENT_DNUM (({LNUM} | {DNUM}) [ ...
https://man.plustar.jp/php/language.types.numeric-strings.html - [similar]