検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 358 for [SIMILAR] 16 1024 4096 WITH 38747 imagickpixelit... (0.935 sec.)
クライアントクラス 0
« BaseResult::getWarningsCount mysql_xdevapi\Client::close » PHP Manual Mysql_xdevapi クライアントクラス クライアントクラス (No version information available, might only be in Git) はじめに コネクションプールへのアクセスを提供します。 クラス概要 class mysql_xdevapi\Client { /* メソッド * ...
https://man.plustar.jp/php/class.mysql-xdevapi-client.html - [similar]
DocResult クラス 0
« DatabaseObject::getSession DocResult::__construct » PHP Manual Mysql_xdevapi DocResult クラス DocResult クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\DocResult implements mysql_xdevapi\BaseResult , Traversable { /* メソッド */ public fetchAll (): array p ...
https://man.plustar.jp/php/class.mysql-xdevapi-docresult.html - [similar]
Statement クラス 0
« SqlStatementResult::nextResult Statement::__construct » PHP Manual Mysql_xdevapi Statement クラス Statement クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラス概要 class mysql_xdevapi\Statement { /* Constants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* メソッド */ pu ...
https://man.plustar.jp/php/class.mysql-xdevapi-statement.html - [similar]
TableInsert クラス 0
« TableDelete::where TableInsert::__construct » PHP Manual Mysql_xdevapi TableInsert クラス TableInsert クラス (PECL mysql-xdevapi >= 8.0.11) はじめに テーブルにレコードを挿入する操作を行うステートメントです クラス概要 class mysql_xdevapi\TableInsert implements mysql_xdevapi\Executable { ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableinsert.html - [similar]
mysqli_warning クラス 0
« mysqli_driver::$report_mode mysqli_warning::__construct » PHP Manual MySQLi mysqli_warning クラス mysqli_warning クラス (PHP 5, PHP 7, PHP 8) はじめに MySQL の警告を表します。 クラス概要 final class mysqli_warning { /* プロパティ */ public string $ message ; public string $ sqlstate ; ...
https://man.plustar.jp/php/class.mysqli-warning.html - [similar]
SoapHeader クラス 0
« SoapFault::__toString SoapHeader::__construct » PHP Manual SOAP SoapHeader クラス SoapHeader クラス (PHP 5, PHP 7, PHP 8) はじめに SOAP ヘッダをあらわします。 クラス概要 class SoapHeader { /* プロパティ */ public string $ namespace ; public string $ name ; public mixed $ data = null ; ...
https://man.plustar.jp/php/class.soapheader.html - [similar]
wkhtmltox\Image\Converter クラス 0
« wkhtmltox\PDF\Object::__construct wkhtmltox\Image\Converter::__construct » PHP Manual wkhtmltox wkhtmltox\Image\Converter クラス wkhtmltox\Image\Converter クラス (wkhtmltox >= 0.1.0) はじめに HTML入力をさまざまな画像形式に変換する クラス概要 class wkhtmltox\Image\Converter { /* コンスト ...
https://man.plustar.jp/php/class.wkhtmltox-image-converter.html - [similar]
引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 0
« is_bool is_countable » PHP Manual 変数操作 関数 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる is_callable (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) is_callable — 引数が、現在のスコープから関数としてコール可能な値かどうかを調べる 説明 is_callable ( mixed $value , bool $ ...
https://man.plustar.jp/php/function.is-callable.html - [similar]
データベース・エディション を設定します 0
« oci_set_db_operation oci_set_module_name » PHP Manual OCI8 関数 データベース・エディション を設定します oci_set_edition (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL OCI8 >= 1.4.0) oci_set_edition — データベース・エディション を設定します 説明 oci_set_edition ( string $edition ): bool 後続の接続 ...
https://man.plustar.jp/php/function.oci-set-edition.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]