検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1237 for data (0.026 sec.)
Read and pop data from swoole channel. 3515
« Swoole\Channel::__destruct Swoole\Channel::push » PHP Manual Swoole\Channel Read and pop data ... woole >= 1.9.0) Swoole\Channel::pop — Read and pop data from swoole channel. 説明 public Swoole\Channel::p ... tion will return false, or return the unserialized data. 関連キーワード: pop , data , swoole , Read , from ...
https://man.plustar.jp/php/swoole-channel.pop.html - [similar]
CUBRID 3498
« ベンダー固有のモジュール はじめに » PHP Manual ベンダー固有のモジュール CUBRID CUBRID はじめに ... urrent cursor location cubrid_disconnect — Close a database connection cubrid_drop — Delete an instance us ... ee_result — Free the memory occupied by the result data cubrid_get_autocommit — Get auto-commit mode of th ... rsion cubrid_get_db_parameter — Returns the CUBRID database parameters cubrid_get_query_timeout — Get the ... d by OID exists cubrid_lob_close — Close BLOB/CLOB data cubrid_lob_export — Export BLOB/CLOB data to file ...
https://man.plustar.jp/php/book.cubrid.html - [similar]
ステートメントの結果セットの任意の行に移動する 3498
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... トの任意の行に移動する mysqli_stmt::data_seek mysqli_stmt_data_seek (PHP 5, PHP 7, PHP 8) m ... ysqli_stmt::data_seek -- mysqli_stmt_data_seek — ステートメントの結 ... 移動する 説明 オブジェクト指向型 public mysqli_stmt::data_seek ( int $offset ): void 手続き型 mysqli_stmt_da ... します。 mysqli_stmt_store_result() は、 mysqli_stmt_data_seek() より前にコールしなければなりません。 パラメ ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
3498
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... ); $compressed = deflate_add ( $deflateContext , "Data to compress" , ZLIB_NO_FLUSH ); $compressed .= def ... late_add ( $deflateContext , ", more data" , ZLIB_NO_FLUSH ); $compressed .= deflate_add ( $ ... deflateContext , ", and even more data!" , ZLIB_FINISH ); // GZIP 伸長 $inflateContext = ... $uncompressed ; ?> 上の例の出力は以下となります。 Data to compress, more data, and even more data! 関連キ ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
Foreign Function Interface 3481
« user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct ... loading Example FFI — Main interface to C code and data FFI::addr — Creates an unmanaged pointer to C data ... a new FFI object FFI::free — Releases an unmanaged data structure FFI::isNull — Checks whether a FFI\CData ... emset — Fills a memory area FFI::new — Creates a C data structure FFI::scope — Instantiates an FFI object ... during preloading FFI::sizeof — Gets the size of C data or types FFI::string — Creates a PHP string from a ...
https://man.plustar.jp/php/book.ffi.html - [similar]
Creates a new SSL buffer event to send its data over an SSL on a socket 3481
« EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates ... a new SSL buffer event to send its data over an SSL on a socket EventBufferEvent::sslSocke ... ocket — Creates a new SSL buffer event to send its data over an SSL on a socket 説明 public static EventBu ... erEvent Creates a new SSL buffer event to send its data over an SSL on a socket. パラメータ base Associate ... lter() - Create a new SSL buffer event to send its data over another buffer event 関連キーワード: EventBuf ...
https://man.plustar.jp/php/eventbufferevent.sslsocket.html - [similar]
Run a single task and return a result [deprecated] 3481
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... results in a long running job and sends status and data as processing occurs. Each subsequent call to Gear ... h( $gmclient -> returnCode ()) { case GEARMAN_WORK_DATA : echo "Data: $result \n" ; break; case GEARMAN_WO ... endStatus ( $x + 1 , $workload_size ); $job -> sendData ( substr ( $workload , $x , 1 )); sleep ( 1 ); } $ ... output: Starting Sending job Status: 1/6 complete Data: H Status: 2/6 complete Data: e Status: 3/6 comple ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
発行コールバック 3481
« パースコールバック Yaml 関数 » PHP Manual コールバック 発行コールバック 発行コールバック 発行コ ... す。 このコールバックは、二つの要素 " tag " および " data " を持つ配列を返す必要があります。 " tag " の値は文 ... 字列で、出力時の YAML タグとして用いられます。 " data " の値は YAML 形式にエンコードされ、 解析対象のオブ ... callback example <?php class EmitExample { public $data ; // データは pecl/yaml で使える形式となります pub ... lic function __construct ( $d ) { $this -> data = $d ; } /** * Yaml 発行コールバック関数。yaml_emi ...
https://man.plustar.jp/php/yaml.callbacks.emit.html - [similar]
The Volatile class 3464
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... readed { public function __construct () { $this -> data = new Threaded (); // attempt to overwrite a Threa ... ed property of a Threaded class (invalid) $this -> data = new StdClass (); } } var_dump ((new Task ())-> d ... o Threaded objects are immutable, cannot overwrite data in %s:%d 例2 Volatile use-case <?php class Task ex ... latile { public function __construct () { $this -> data = new Threaded (); // attempt to overwrite a Threa ...
https://man.plustar.jp/php/class.volatile.html - [similar]
ファイルの状態を取得する 3464
« eio_link eio_mkdir » PHP Manual Eio 関数 ファイルの状態を取得する eio_lstat (PECL eio >= 0.0.1 ... ing $path , int $pri , callable $callback , mixed $data = NULL ): resource eio_lstat() は、 callback の re ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_lstat() は、 ...
https://man.plustar.jp/php/function.eio-lstat.html - [similar]