検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 173 for [SIMILAR] 16 1024 4096 WITH 49302 getpropertyenu... (0.167 sec.)
デフォルト値が宣言されているかをチェックする 0
« ReflectionProperty::getValue ReflectionProperty::hasType » PHP Manual ReflectionProperty デフォルト値が宣言されているかをチェックする ReflectionProperty::hasDefaultValue (PHP 8) ReflectionProperty::hasDefaultValue — デフォルト値が宣言されているかをチェックする 説明 public ReflectionPro ...
https://man.plustar.jp/php/reflectionproperty.hasdefaultvalue.html - [similar]
クラス/オブジェクトの情報 0
« usort はじめに » PHP Manual 変数・データ型関連 クラス/オブジェクトの情報 クラス/オブジェクトの情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 クラス/オブジェクト関数 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアス ...
https://man.plustar.jp/php/book.classobj.html - [similar]
Prepares and executes a query 0
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_query (No version information available, might only be in Git) sqlsrv_query — Prepares and executes a query 説明 sqlsrv_query ( resource $conn , string $sql , array $params = ? , array $options ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 0
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う uopz_set_mock (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_set_mock — 新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 説明 uopz_set_mock ( string $class ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
Provides an array or document to serialize as BSON 0
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable Provides an array or document to serialize as BSON MongoDB\BSON\Serializable::bsonSerialize (mongodb >=1.0.0) MongoDB\BSON\Serializable::bsonSerialize — Provides an array or document to seriali ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
The EventBuffer class 0
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer class (PECL event >= 1.5.0) はじめに EventBuffer represents Libevent's "evbuffer", an utility functionality for buffered I/O. Event buffers are meant to be generally useful for doing the "buffer" ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
ReflectionProperty クラス 0
« ReflectionParameter::__toString ReflectionProperty::__clone » PHP Manual リフレクション ReflectionProperty クラス ReflectionProperty クラス (PHP 5, PHP 7, PHP 8) はじめに ReflectionProperty クラスは クラスのプロパティについての情報を報告します。 クラス概要 class ReflectionProperty impl ...
https://man.plustar.jp/php/class.reflectionproperty.html - [similar]
直近に発生したエラーを返す 0
« json_last_error_msg Lua » PHP Manual JSON 関数 直近に発生したエラーを返す json_last_error (PHP 5 >= 5.3.0, PHP 7, PHP 8) json_last_error — 直近に発生したエラーを返す 説明 json_last_error (): int JSON_THROW_ON_ERROR を指定していなかった場合に、 直近の JSON エンコード/デコード処理中に発生 ...
https://man.plustar.jp/php/function.json-last-error.html - [similar]
Prepares a query for execution 0
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_prepare (No version information available, might only be in Git) sqlsrv_prepare — Prepares a query for execution 説明 sqlsrv_prepare ( resource $conn , string $sql , array $params = ? , array $o ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]