検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 1160 for Object (0.032 sec.)
Returns EventBufferEvent object 4870
« EventHttpRequest::free EventHttpRequest::getCommand » PHP Manual EventHttpRequest Returns Even ... tBufferEvent object EventHttpRequest::getBufferEvent (PECL event >= 1. ... Request::getBufferEvent — Returns EventBufferEvent object 説明 public EventHttpRequest::closeConnection (): ... EventBufferEvent Returns EventBufferEvent object which represents buffer event that the connection ... using. 警告 The reference counter of the returned object will be incremented by one to protect internal str ...
https://man.plustar.jp/php/eventhttprequest.getbufferevent.html - [similar]
Casting 4777
« Componere\cast エラー処理 » PHP Manual Componere 関数 Casting Componere\cast_by_ref (Componere ... Casting 説明 Componere\cast_by_ref ( Type $type , $object ): Type パラメータ type A user defined type object ... An object with a user defined type compatible with Type 戻り ... 値 An object of type Type , cast from object , where members ar ... e references to object members エラー / 例外 警告 Shall throw InvalidArgu ...
https://man.plustar.jp/php/componere.cast_by_ref.html - [similar]
Move the cursor of a lob object 4690
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... 4.1) cubrid_lob2_seek64 — Move the cursor of a lob object 説明 cubrid_lob2_seek64 ( resource $lob_identifier ... ction is used to move the cursor position of a lob object by the value set in the offset argument, to the di ... can move backward offset units from the end of LOB object and offset only can be positive. 注意 : If you use ... is function to move the cursor position of the lob object, you should pass offset as a string. パラメータ lo ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]
Move the cursor of a lob object 4643
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... 8.4.1) cubrid_lob2_seek — Move the cursor of a lob object 説明 cubrid_lob2_seek ( resource $lob_identifier , ... ction is used to move the cursor position of a lob object by the value set in the offset argument, to the di ... can move backward offset units from the end of LOB object and offset only can be positive. パラメータ lob_id ... UBRID_CURSOR_LAST: move backward at the end of LOB object. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
Retrieves the next row of data in a result set as an object 4643
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... esult set as an object sqlsrv_fetch_object (No version information availa ... ble, might only be in Git) sqlsrv_fetch_object — Retrieves the next row of data in a result set a ... s an object 説明 sqlsrv_fetch_object ( resource $stmt , string ... row in a result set has index 0. 戻り値 Returns an object on success, null if there are no more rows to retu ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
Adds values to the set 4620
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... haven't already been added. 注意 : Values of type object are supported. If an object implements Ds\Hashable ... , equality will be determined by the object's equals function. If an object does not implement ... Ds\Hashable , objects must be references to the same instance to be con ... ?> 上の例の出力は、 たとえば以下のようになります。 object(Ds\Set)#1 (5) { [0]=> int(1) [1]=> int(2) [2]=> in ...
https://man.plustar.jp/php/ds-set.add.html - [similar]
Constructs a new SyncReaderWriter object 4603
« SyncReaderWriter SyncReaderWriter::readlock » PHP Manual SyncReaderWriter Constructs a new Syn ... cReaderWriter object SyncReaderWriter::__construct (PECL sync >= 1.0.0) ... r::__construct — Constructs a new SyncReaderWriter object 説明 public SyncReaderWriter::__construct ( string ... = 1 ) Constructs a named or unnamed reader-writer object. パラメータ name The name of the reader-writer if ... this is a named reader-writer object. 注意 : If the name already exists, it must be abl ...
https://man.plustar.jp/php/syncreaderwriter.construct.html - [similar]
Returns a copy, sorted by key 4556
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... の例の出力は、 たとえば以下のようになります。 Ds\Map Object Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a ... [value] => 1 ) [1] => Ds\Pair Object ( [key] => b [value] => 2 ) [2] => Ds\Pair Object ... の例の出力は、 たとえば以下のようになります。 Ds\Map Object Ds\Map Object ( [0] => Ds\Pair Object ( [key] => 2 ... [value] => y ) [1] => Ds\Pair Object ( [key] => 1 [value] => x ) [2] => Ds\Pair Object ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
Creates instance of a stopped EvIdle watcher object 4556
« EvIdle::__construct EvIo » PHP Manual EvIdle Creates instance of a stopped EvIdle watcher object ... ped — Creates instance of a stopped EvIdle watcher object 説明 final public static EvIdle::createStopped ( s ... $callback , mixed $data = ? , int $priority = ? ): object The same as EvIdle::__construct() , but doesn't st ... r. priority Watcher priority 戻り値 Returns EvIdle object on success. 参考 EvIdle::__construct() - Construct ... s the EvIdle watcher object EvLoop::idle() - Creates EvIdle watcher object ass ...
https://man.plustar.jp/php/evidle.createstopped.html - [similar]
Compare and set the value of the atomic object. 4556
« Swoole\Atomic::add Swoole\Atomic::__construct » PHP Manual Swoole\Atomic Compare and set the v ... alue of the atomic object. Swoole\Atomic::cmpset (PECL swoole >= 1.9.0) Swoo ... ::cmpset — Compare and set the value of the atomic object. 説明 public Swoole\Atomic::cmpset ( int $cmp_valu ... ue to compare with the current value of the atomic object. new_value The value to set to the atomic object i ... lue is the same as the current value of the atomic object. 戻り値 The new value of the atomic object. 関連キ ...
https://man.plustar.jp/php/swoole-atomic.cmpset.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT