検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 593 for Add (0.020 sec.)
はじめに 3493
« Eio インストール/設定 » PHP Manual Eio はじめに はじめに この拡張モジュールは、非同期 POSIX I/ ... ename ( $filename , "/path/to/new-name" ); eio_grp_add ( $grp , $req ); // もっとリクエストを追加したけれ ... DEFAULT , "my_symlink_done" , $filename ); eio_grp_add ( $grp , $req ); // リクエストを処理します eio_eve ... $event , $base ); // イベントを有効化します event_add ( $event ); // イベントループを開始します event_ba ...
https://man.plustar.jp/php/intro.eio.html - [similar]
アイテムを削除する 3493
« Memcached::decrementByKey Memcached::deleteByKey » PHP Manual Memcached アイテムを削除する Mem ... ーから削除します。 time パラメータは、このキーによる add コマンドや replace コマンドをサーバーに拒否させたい ... られます。つまり、 get コマンドによる取得はできず、 add コマンドや replace コマンドでこのキーを指定した場合 ... ::delete() の例 <?php $m = new Memcached (); $m -> addServer ( 'localhost' , 11211 ); $m -> delete ( 'key ...
https://man.plustar.jp/php/memcached.delete.html - [similar]
複数のアイテムを削除する 3493
« Memcached::deleteByKey Memcached::deleteMultiByKey » PHP Manual Memcached 複数のアイテムを削除 ... ーから削除します。 time パラメータは、このキーによる add コマンドや replace コマンドをサーバーに拒否させたい ... られます。つまり、 get コマンドによる取得はできず、 add コマンドや replace コマンドでこのキーを指定した場合 ...
https://man.plustar.jp/php/memcached.deletemulti.html - [similar]
返される要素の数から、与えられた数をスキップする 3493
« CollectionFind::lockShared CollectionFind::sort » PHP Manual mysql_xdevapi\CollectionFind 返さ ... ost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE ... DATABASE addressbook" )-> execute (); $schema = $session -> get ... Schema ( "addressbook" ); $create = $schema -> createCollection ... ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.offset.html - [similar]
全ての行を取得する 3493
« DocResult::__construct DocResult::fetchOne » PHP Manual mysql_xdevapi\DocResult 全ての行を取得 ... ost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE ... DATABASE addressbook" )-> execute (); $schema = $session -> get ... Schema ( "addressbook" ); $create = $schema -> createCollection ... ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.fetchall.html - [similar]
直近の操作で発生した警告の数を取得する 3493
« DocResult::getWarnings mysql_xdevapi\Exception » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... ost" ); $session -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE ... DATABASE addressbook" )-> execute (); $schema = $session -> get ... Schema ( "addressbook" ); $create = $schema -> createCollection ... ( "people" ); $create -> add ( '{"name": "Alfred", "age": 18, "job": "Butler"}' ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]
Adds a collection of SolrInputDocument instances to the index 3493
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... putDocument instances to the index SolrClient::addDocuments (PECL solr >= 0.9.2) SolrClient::addDocum ... ents — Adds a collection of SolrInputDocument instances to th ... e index 説明 public SolrClient::addDocuments ( array $docs , bool $overwrite = true , ... int $commitWithin = 0 ): void Adds a collection of documents to the index. パラメータ ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
wddx の例 3493
« 例 WDDX 関数 » PHP Manual 例 wddx の例 wddx の例 変数をシリアル化する全ての関数は配列の最初要素 ... 6 ; $packet_id = wddx_packet_start ( "PHP" ); wddx_add_vars ( $packet_id , "pi" ); /* $cities はデータベー ... s = array( "Austin" , "Novato" , "Seattle" ); wddx_add_vars ( $packet_id , "cities" ); $packet = wddx_pac ...
https://man.plustar.jp/php/wddx.examples-serialize.html - [similar]
The Swoole\Client class 3463
« Swoole\Channel::stats Swoole\Client::close » PHP Manual Swoole The Swoole\Client class The Swo ... the connection is established. Swoole\Client::on — Add callback functions triggered by events. Swoole\Cli ... woole\Client::sendto — Send data to the remote UDP address. Swoole\Client::set — Set the Swoole client pa ... nt from system event loop. Swoole\Client::wakeup — Add the TCP client back into the system event loop. 関 ...
https://man.plustar.jp/php/class.swoole-client.html - [similar]
新規 cURL マルチハンドルを返す 3463
« curl_multi_info_read curl_multi_remove_handle » PHP Manual cURL 関数 新規 cURL マルチハンドルを ... nit (); // ふたつのハンドルを追加します curl_multi_add_handle ( $mh , $ch1 ); curl_multi_add_handle ( $mh ...
https://man.plustar.jp/php/function.curl-multi-init.html - [similar]