検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1237 for data (0.048 sec.)
Move the internal row pointer of the CUBRID result 3629
« cubrid_close cubrid_db_name » PHP Manual CUBRID MySQL 互換関数 Move the internal row pointer o ... f the CUBRID result cubrid_data_seek (PECL CUBRID >= 8.3.0) cubrid_data_seek — Mov ... ernal row pointer of the CUBRID result 説明 cubrid_data_seek ( resource $result , int $row_number ): bool ... true on success or false on failure. 例 例1 cubrid_data_seek() example <?php $conn = cubrid_connect ( "127 ... d_execute ( $conn , "SELECT * FROM code" ); cubrid_data_seek ( $req , 0 ); $result = cubrid_fetch_row ( $r ...
https://man.plustar.jp/php/function.cubrid-data-seek.html - [similar]
定義済み定数 3629
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ld not handle the request gracefully. GEARMAN_WORK_DATA ( int ) Notice return code obtained with GearmanCl ... armanClient::do() . Sent to update the client with data from a running job. A worker uses this when it nee ... ds to send updates, send partial results, or flush data during long running jobs. GEARMAN_WORK_WARNING ( i ... a warning. The behavior is just like GEARMAN_WORK_DATA , but should be treated as a warning instead of no ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
data 引数をGMP オブジェクトとして復元する 3629
« GMP::__serialize Math » PHP Manual GMP data 引数をGMP オブジェクトとして復元する GMP::__unseri ... alize (PHP 8 >= 8.1.0) GMP::__unserialize — data 引数をGMP オブジェクトとして復元する 説明 public G ... MP::__unserialize ( array $data ): void 警告 この関数は、 現在のところ詳細な情報は ... ん。引数のリストのみが 記述されています。 パラメータ data デシリアライズされる値。 戻り値 値を返しません。 関 ... 連キーワード: data , オブジェクト , 復元 , 引数 , unserialize , seria ...
https://man.plustar.jp/php/gmp.unserialize.html - [similar]
The EventBufferEvent class 3611
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... lly an application wants to perform some amount of data buffering in addition to just responding to events ... . When we want to write data, for example, the usual pattern looks like: Decide ... that we want to write some data to a connection; put that data in a buffer. Wait f ... connection to become writable Write as much of the data as we can Remember how much we wrote, and if we st ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
ファイルの状態を取得する 3611
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio ... mixed $fd , int $pri , callable $callback , mixed $data = ? ): resource eio_fstat() は、 callback の resul ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_busy() は、 ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
URL エンコードされたクエリ文字列を生成する 3611
« get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_ ... 列を生成する 説明 http_build_query ( array | object $data , string $numeric_prefix = "" , ? string $arg_sepa ... ンコードされたクエリ文字列を生成します。 パラメータ data プロパティを含む配列もしくはオブジェクト。 data... 配列 (言い換えると、他の配列を含む配列) となります。 data がオブジェクトの場合、 public プロパティだけが結果 ... められます。 numeric_prefix 情報源となる配列 ( query_data で指定した配列) に数値インデックスが使われていて、 ...
https://man.plustar.jp/php/function.http-build-query.html - [similar]
Philosophy 3611
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... need to consider that threads may be manipulating data concurrently, because that is not possible. This a ... lt, and so may only share memory by communicating. Data should have a definitive single owner When approac ... reading may find themselves looking for concurrent data structures, because that is what they are used too ... en it comes to the CSP model, there is no need for data structures to be shared by many tasks, and indeed, ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
ディレクトリを削除する 3600
« eio_rename eio_seek » PHP Manual Eio 関数 ディレクトリを削除する eio_rmdir (PECL eio >= 0.0.1d ... O_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ): resource eio_rmdir() は、ディレクトリを削 ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_rmdir() は、 ...
https://man.plustar.jp/php/function.eio-rmdir.html - [similar]
Save the training structure to a file 3600
« fann_run fann_save » PHP Manual Fann 関数 Save the training structure to a file fann_save_trai ... ructure to a file 説明 fann_save_train ( resource $data , string $file_name ): bool Save the training data ... cified in fann_read_train_from_file() . パラメータ data ニューラルネットワークトレーニングリソース。 file_ ... name The file name of the file where training data is saved to. 戻り値 成功した場合に true 、それ以外 ... in_from_file() - Reads a file that stores training data 関連キーワード: file , Save , fann , structure , t ...
https://man.plustar.jp/php/function.fann-save-train.html - [similar]
利用例 3600
« 例 Gender\Gender » PHP Manual 例 利用例 利用例 Gender クラスの利用例です。 例1 利用例 <?php na ... ; $result = $gender -> get ( $name , $country ); $data = $gender -> country ( $country ); switch( $result ... intf ( "%sは、%sでは女性の名前です。\n" , $name , $data [ 'country' ]); break; case Gender :: IS_MOSTLY_FE ... %sは、%sではおそらく女性の名前です。\n" , $name , $data [ 'country' ]); break; case Gender :: IS_MALE : pr ... intf ( "%sは、%sでは男性の名前です。\n" , $name , $data [ 'country' ]); break; case Gender :: IS_MOSTLY_MA ...
https://man.plustar.jp/php/gender.example.admin.html - [similar]