検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 2039 for To (0.044 sec.)
Execute a prepared SQL statement 3158
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... = 0 ): bool The cubrid_execute() function is used to execute the given SQL statement. It executes the q ... In addition, the cubrid_execute() function is used to execute the prepared statement by means of cubrid_ ... epare() and cubrid_bind() . At this time, you need to specify arguments of request_identifier and option ... . The option is used to determine whether to get OID after query execution ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
Swoole 関数 3158
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... sync_dns_lookup — Async and non-blocking hostname to IP lookup swoole_async_read — Read file stream asy ... async I/O options swoole_async_write — Write data to a file stream asynchronously swoole_async_writefil ... e — Write data to a file asynchronously swoole_clear_error — Clear e ... rrors in the socket or on the last error code swoole_client_select — Ge ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
Set a new value to the atomic object. 3158
« Swoole\Atomic::get Swoole\Atomic::sub » PHP Manual Swoole\Atomic Set a new value to the atomic ... object. Swoole\Atomic::set (PECL swoole >= 1.9.0) Swoole\Atomic::set ... — Set a new value to the atomic object. 説明 public Swoole\Atomic::set ... ( int $value ): int Set a new value to the atomic object. 警告 この関数は、 現在のところ詳 ... のみが 記述されています。 パラメータ value The value to set to the atomic object. 戻り値 The current value ...
https://man.plustar.jp/php/swoole-atomic.set.html - [similar]
Send data to the remote TCP socket. 3158
« Swoole\Client::resume Swoole\Client::sendfile » PHP Manual Swoole\Client Send data to the remo ... L swoole >= 1.9.0) Swoole\Client::send — Send data to the remote TCP socket. 説明 public Swoole\Client:: ... , string $flag = ? ): int パラメータ data The data to send which can be string or binary flag 戻り値 If ... e. For sync client, there is no limit for the data to send. For async client, The limit for the data to ...
https://man.plustar.jp/php/swoole-client.send.html - [similar]
Returns the result of applying a callback to each value 3140
« Ds\Deque::last Ds\Deque::merge » PHP Manual Deque Returns the result of applying a callback to ... PECL ds >= 1.0.0) Ds\Deque::map — Returns the result of applying a callback to each value 説明 public Ds ... ( callable $callback ): Ds\Deque Returns the result of applying a callback function to each value in th ... llback callback ( mixed $value ): mixed A callable to apply to each value in the deque. The callable sho ... ew value will be in the new deque. 戻り値 The result of applying a callback to each value in the deque. ...
https://man.plustar.jp/php/ds-deque.map.html - [similar]
Returns the result of applying a callback to each value 3140
« Ds\Vector::last Ds\Vector::merge » PHP Manual Vector Returns the result of applying a callback ... to each value Ds\Vector::map (PECL ds >= 1.0.0) Ds\Ve ... ctor::map — Returns the result of applying a callback ... to each value 説明 public Ds\Vector::map ( callable $callback ): Ds\Vector Returns th ... e result of applying a callback function to each value in th ...
https://man.plustar.jp/php/ds-vector.map.html - [similar]
Returns the absolute time that this watcher is supposed to trigger next 3140
« EvPeriodic::again EvPeriodic::__construct » PHP Manual EvPeriodic Returns the absolute time th ... at this watcher is supposed to trigger next EvPeriodic::at (PECL ev >= 0.2.0) EvP ... ns the absolute time that this watcher is supposed to trigger next 説明 public EvPeriodic::at (): float ... ns the absolute time that this watcher is supposed to trigger next. This is not the same as the offset a ... rgument to EvPeriodic::set() or EvPeriodic::__construct() , b ...
https://man.plustar.jp/php/evperiodic.at.html - [similar]
Export BLOB/CLOB data to file 3140
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... = 8.3.1) cubrid_lob_export — Export BLOB/CLOB data to file 説明 cubrid_lob_export ( resource $conn_ident ... ing $path_name ): bool cubrid_lob_export() is used to get BLOB/CLOB data from CUBRID database, and saves ... its contents to a file. To use this function, you must use cubrid_ ... lob_get() first to get BLOB/CLOB info from CUBRID. パラメータ conn_id ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Returns the result of applying a callback to each value 3126
« Ds\Sequence::last Ds\Sequence::merge » PHP Manual Sequence Returns the result of applying a ca ... llback to each value Ds\Sequence::map (PECL ds >= 1.0.0) Ds\ ... Sequence::map — Returns the result of applying a callback to each value 説明 abstract ... callable $callback ): Ds\Sequence Returns the result of applying a callback function to each value in th ... llback callback ( mixed $value ): mixed A callable to apply to each value in the sequence. The callable ...
https://man.plustar.jp/php/ds-sequence.map.html - [similar]
Bind variables to a prepared statement as parameters 3107
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... PECL CUBRID >= 8.3.0) cubrid_bind — Bind variables to a prepared statement as parameters 説明 cubrid_bin ... ype = ? ): bool The cubrid_bind() function is used to bind values to a corresponding named or question m ... k placeholder in the SQL statement that was passed to cubrid_prepare() . If bind_value_type is not given ... ng will be the default. 注意 : If the type of data to be bound is BLOB/CLOB, CUBRID will try to map the ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]