検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 1160 for Object (0.065 sec.)
Instantiates an FFI object with C declarations parsed during preloading 3887
« FFI::new FFI::sizeof » PHP Manual FFI Instantiates an FFI object with C declarations parsed du ... >= 7.4.0, PHP 8) FFI::scope — Instantiates an FFI object with C declarations parsed during preloading 説明 ... I::scope ( string $name ): FFI Instantiates an FFI object with C declarations parsed during preloading. The ... OPE define. 戻り値 Returns the freshly created FFI object. 参考 FFI::load() - Loads C declarations from a C ...
https://man.plustar.jp/php/ffi.scope.html - [similar]
Close LOB object 3887
« cubrid_lob2_bind cubrid_lob2_export » PHP Manual CUBRID 関数 Close LOB object cubrid_lob2_clos ... ECL CUBRID >= 8.4.1) cubrid_lob2_close — Close LOB object 説明 cubrid_lob2_close ( resource $lob_identifier ... cubrid_lob2_close() function is used to close LOB object returned from cubrid_lob2_new() or got from the re ... を返します。 参考 cubrid_lob2_new() - Create a lob object 関連キーワード: lob , cubrid , LOB , result , iden ...
https://man.plustar.jp/php/function.cubrid-lob2-close.html - [similar]
オブジェクトのクローン作成 3864
« finalキーワード オブジェクトの比較 » PHP Manual クラスとオブジェクト オブジェクトのクローン作成 ... 合にこれをコールします)により作成されます。 $copy_of_object = clone $object; オブジェクトのクローンが作成される ... ます。 例1 オブジェクトのクローン作成 <?php class SubObject { static $instances = 0 ; public $instance ; publi ... lf :: $instances ; } } class MyCloneable { public $object1 ; public $object2 ; function __clone () { // this ... ->object のコピーを作成します。こうしないと、 // 同じオブジ ...
https://man.plustar.jp/php/language.oop5.cloning.html - [similar]
結果セットの次の行を取得し、オブジェクトとして返す 3864
« mysqli_result::fetch_fields mysqli_result::fetch_row » PHP Manual mysqli_result 結果セットの次 ... 取得し、オブジェクトとして返す mysqli_result::fetch_object mysqli_fetch_object (PHP 5, PHP 7, PHP 8) mysqli_r ... esult::fetch_object -- mysqli_fetch_object — 結果セットの次の行を取得し ... 説明 オブジェクト指向型 public mysqli_result::fetch_object ( string $class = "stdClass" , array $constructor_ ... args = [] ): object | null | false 手続き型 mysqli_fetch_object ( mysq ...
https://man.plustar.jp/php/mysqli-result.fetch-object.html - [similar]
Free resources allocated for this event base 3846
« EventBase::exit EventBase::getFeatures » PHP Manual EventBase Free resources allocated for thi ... resources allocated by libevent for the EventBase object. 警告 The EventBase::free() method doesn't destruc ... t the object itself. To destruct the object completely call uns ... s that are currently associated with the EventBase object, or close any of their sockets - beware. パラメータ ... 参考 EventBase::__construct() - Constructs EventBase object 関連キーワード: EventBase , allocated , event , re ...
https://man.plustar.jp/php/eventbase.free.html - [similar]
オブジェクトのクラス名を返す 3846
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名 ... ss — オブジェクトのクラス名を返す 説明 get_class ( object $object = ? ): string 指定した object のクラス名を ... 取得します。 パラメータ object 調べるオブジェクト。クラスの内部ではこのパラメータ ... を省略することもできます。 注意 : object に明示的に null を渡すことは、 PHP 7.2.0 以降許され ... と TypeError がスローされます。 戻り値 オブジェクト object がインスタンス であるクラスの名前を返します。 クラ ...
https://man.plustar.jp/php/function.get-class.html - [similar]
InterBase データベースからオブジェクトを得る 3846
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... らオブジェクトを得る ibase_fetch_object (PHP 5, PHP 7 < 7.4.0) ibase_fetch_object — InterB ... データベースからオブジェクトを得る 説明 ibase_fetch_object ( resource $result_id , int $fetch_flag = 0 ): obj ... 、行を疑似オブジェクトとして取得します。 ibase_fetch_object() を続けてコールすると、 結果セットの次の行を返しま ... うない場合には false を返します。 例 例1 ibase_fetch_object() の例 <?php $dbh = ibase_connect ( $host , $usern ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
Returns an object for BSON serialization 3846
« MongoDB\Driver\ServerApi MongoDB\Driver\ServerApi::__construct » PHP Manual MongoDB\Driver\Ser ... verApi Returns an object for BSON serialization MongoDB\Driver\ServerApi::b ... ngoDB\Driver\ServerApi::bsonSerialize — Returns an object for BSON serialization 説明 final public MongoDB\D ... river\ServerApi::bsonSerialize (): object パラメータ この関数にはパラメータはありません。 戻 ... り値 Returns an object for serializing the ServerApi as BSON. エラー / 例 ...
https://man.plustar.jp/php/mongodb-driver-serverapi.bsonserialize.html - [similar]
Construct a swoole atomic object. 3846
« Swoole\Atomic::cmpset Swoole\Atomic::get » PHP Manual Swoole\Atomic Construct a swoole atomic ... le\Atomic::__construct — Construct a swoole atomic object. 説明 public Swoole\Atomic::__construct ( int $val ... ue = ? ) Swoole atomic object is a integer variable allows any processor to atom ... en value. パラメータ value The value of the atomic object. 関連キーワード: swoole , Swoole , Construct , Ato ...
https://man.plustar.jp/php/swoole-atomic.construct.html - [similar]
Constructs EvSignal watcher object 3823
« EvSignal EvSignal::createStopped » PHP Manual EvSignal Constructs EvSignal watcher object EvSi ... vSignal::__construct — Constructs EvSignal watcher object 説明 public EvSignal::__construct ( int $signum , ... , int $priority = 0 ) Constructs EvSignal watcher object and starts it automatically. For a stopped periodi ... :createStopped() - Create stopped EvSignal watcher object 関連キーワード: EvSignal , watcher , Constructs , ...
https://man.plustar.jp/php/evsignal.construct.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT