Results of 1 - 10 of about 1190 for CLASS (0.007 sec.)
- MongoDB driver 6236
- « db2_tables インストール/設定 » PHP Manual ベンダー固有のモジュール MongoDB driver MongoDB driv
... Injection Attacks MongoDB\Driver — MongoDB driver classes MongoDB\Driver\Manager — The MongoDB\Driver\Mana ... ger class MongoDB\Driver\Command — The MongoDB\Driver\Comman ... d class MongoDB\Driver\Query — The MongoDB\Driver\Query cl ... DB\Driver\BulkWrite — The MongoDB\Driver\BulkWrite class MongoDB\Driver\Session — The MongoDB\Driver\Sessio ...
-
https://man.plustar.jp/php/set.mongodb.html
- [similar]
- その他の基本モジュール 5659
- « SyncSharedMemory::write GeoIP » PHP Manual 関数リファレンス その他の基本モジュール その他の基本
... 数 例 Fann 関数 FANNConnection — The FANNConnection class Igbinary はじめに インストール/設定 Igbinary 関数 ... s from Standard Lua 例 LuaSandbox — The LuaSandbox class LuaSandboxFunction — The LuaSandboxFunction class ... LuaSandboxError — The LuaSandboxError class LuaSandboxErrorError — The LuaSandboxErrorError cl ... ss LuaSandboxFatalError — The LuaSandboxFatalError class LuaSandboxMemoryError — The LuaSandboxMemoryError ...
-
https://man.plustar.jp/php/refs.basic.other.html
- [similar]
- その他のサービス 5619
- « var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL —
... backs Constructing signal events Event — The Event class EventBase — The EventBase class EventBuffer — The ... EventBuffer class EventBufferEvent — The EventBufferEvent class Abou ... ffer event callbacks EventConfig — The EventConfig class EventDnsBase — The EventDnsBase class EventHttp — ... The EventHttp class EventHttpConnection — The EventHttpConnection clas ...
-
https://man.plustar.jp/php/refs.remote.other.html
- [similar]
- プロセス制御 5434
- « Vtiful\Kernel\Format::underline Eio » PHP Manual 関数リファレンス プロセス制御 プロセス制御 Ei
... ラス EvCheck — EvCheck クラス EvChild — The EvChild class EvEmbed — EvEmbed クラス EvFork — EvFork クラス Ev ... Idle — The EvIdle class EvIo — The EvIo class EvLoop — The EvLoop class Ev ... Periodic — The EvPeriodic class EvPrepare — EvPrepare クラス EvSignal — The EvSign ... al class EvStat — The EvStat class EvTimer — The EvTimer cl ...
-
https://man.plustar.jp/php/refs.fileprocess.process.html
- [similar]
- Compose a class 5331
- « uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u
... opz 2) uopz_compose — Compose a class 警告 この関数は、PECL uopz 5.0.0 で 削除 されました ... 。 説明 uopz_compose ( string $name , array $classes , array $methods = ? , array $properties = ? , i ... nt $flags = ? ): void Creates a new class of the given name that implements, extends, or use ... s all of the provided classes パラメータ name A legal class name classes An ar ...
-
https://man.plustar.jp/php/function.uopz-compose.html
- [similar]
- クラスのデフォルトプロパティを取得する 5210
- « get_class_methods get_class » PHP Manual クラス/オブジェクト関数 クラスのデフォルトプロパティを
... 取得する get_class_vars (PHP 4, PHP 5, PHP 7, PHP 8) get_class_vars — ... クラスのデフォルトプロパティを取得する 説明 get_class_vars ( string $class ): array 指定したクラスのデフ ... ォルトプロパティを取得します。 パラメータ class クラス名。 戻り値 宣言されているプロパティのうち、 ... エラーが発生した場合は false を返します。 例 例1 get_class_vars() の例 <?php class myclass { var $var1 ; // こ ...
-
https://man.plustar.jp/php/function.get-class-vars.html
- [similar]
- Exception classes 5187
- « MongoDB\Driver\Monitoring\Subscriber MongoDB\Driver\Exception\AuthenticationException » PHP Ma
... nual MongoDB Exception classes Exception classes MongoDB\Driver\Exception\Authe ... e MongoDB\Driver\Exception\AuthenticationException class MongoDB\Driver\Exception\BulkWriteException — The ... MongoDB\Driver\Exception\BulkWriteException class MongoDB\Driver\Exception\CommandException — The Mo ... ngoDB\Driver\Exception\CommandException class MongoDB\Driver\Exception\CommandException::getResu ...
-
https://man.plustar.jp/php/mongodb.exceptions.html
- [similar]
- クラスメソッドの名前を取得する 5169
- « get_called_class get_class_vars » PHP Manual クラス/オブジェクト関数 クラスメソッドの名前を取得
... する get_class_methods (PHP 4, PHP 5, PHP 7, PHP 8) get_class_met ... hods — クラスメソッドの名前を取得する 説明 get_class_methods ( object | string $object_or_class ): arra ... スメソッドの名前を取得します。 パラメータ object_or_class オブジェクトのインスタンスのクラス名。 戻り値 この ... 関数は、指定したクラス object_or_class についてメソッドの名前を配列として返します。 エラー ...
-
https://man.plustar.jp/php/function.get-class-methods.html
- [similar]
- Copies a method from class to another 5146
- « runkit7_method_add runkit7_method_redefine » PHP Manual runkit7 関数 Copies a method from class
... nknown) runkit7_method_copy — Copies a method from class to another 説明 runkit7_method_copy ( string $dest ... ination_class , string $destination_method_name , string $source ... _class , string $source_method_name = ? ): bool パラメータ ... destination_class Destination class for copied method destination_me ...
-
https://man.plustar.jp/php/function.runkit7-method-copy.html
- [similar]
- クラスが定義済みかどうかを確認する 5129
- « class_alias enum_exists » PHP Manual クラス/オブジェクト関数 クラスが定義済みかどうかを確認する
... class_exists (PHP 4, PHP 5, PHP 7, PHP 8) class_exists — ... クラスが定義済みかどうかを確認する 説明 class_exists ( string $class , bool $autoload = true ): ... ラスが定義されているかどうかを調べます。 パラメータ class クラス名。大文字小文字は区別しません。 autoload デ ... __autoload をコールするかしないか。 戻り値 クラス class が定義されている場合に true 、 それ以外の場合に fa ...
-
https://man.plustar.jp/php/function.class-exists.html
- [similar]