検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 218 for handle (0.019 sec.)
ラージオブジェクトに書き込む 4616
« pg_lo_unlink pg_meta_data » PHP Manual PostgreSQL 関数 ラージオブジェクトに書き込む pg_lo_writ ... ame=jacarta" ); pg_query ( $database , "begin" ); $handle = pg_lo_open ( $database , $doc_oid , "w" ); $data ... = pg_lo_write ( $handle , $data ); pg_query ( $database , "commit" ); ?> 参 ...
https://man.plustar.jp/php/function.pg-lo-write.html - [similar]
サーバーを追加する 4616
« radius_acct_open radius_auth_open » PHP Manual Radius 関数 サーバーを追加する radius_add_serve ... を追加する 説明 radius_add_server ( resource $radius_handle , string $hostname , int $port , string $secret , ... ロビン形式でのアクセスを試みます。 パラメータ radius_handle hostname hostname はサーバーのホストを FQDN あるい ...
https://man.plustar.jp/php/function.radius-add-server.html - [similar]
Basic Gearman client and worker, background 4616
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... er (); # run reverse client in the background $job_handle = $gmclient -> doBackground ( "reverse" , "this is ... erse_fn ( $job ) { echo "Received job: " . $job -> handle () . "\n" ; $workload = $job -> workload (); $work ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Send all calls 4616
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... ing concurrent call, this callback will be used to handle response, otherwise, the callback specified while ... ver::__construct() - Register a server Yar_Server::handle() - Start RPC Server 関連キーワード: Yar , all , c ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]
The Zookeeper class 4574
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... nvalid arguments. Zookeeper::INVALIDSTATE Invliad zhandle state. Zookeeper::NEWCONFIGNOQUORUM No quorum of n ... credentials Zookeeper::close — Close the zookeeper handle and free up any resources Zookeeper::connect — Cre ... ate a handle to used communicate with zookeeper Zookeeper::__co ... nstruct — Create a handle to used communicate with zookeeper Zookeeper::crea ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
データベースサーバーについての情報を要求する 4574
« ibase_rollback ibase_service_attach » PHP Manual Firebird/InterBase 関数 データベースサーバーに ... 要求する 説明 ibase_server_info ( resource $service_handle , int $action ): string パラメータ service_handle ...
https://man.plustar.jp/php/function.ibase-server-info.html - [similar]
Add a task to be run in parallel 4574
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... s as $id => $result ) echo $id . ": " . $result [ 'handle' ] . ", " . $result [ 'data' ] . "\n" ; function r ... sults ) { $results [ $task -> unique ()] = array( "handle" => $task -> jobHandle (), "data" => $task -> data ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
SoapServer の持続モードを設定する 4574
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... his -> __wakeup (); // We're calling our wakeup to handle starting our resource } public function __wakeup ( ... rsistence ( SOAP_PERSISTENCE_SESSION ); $server -> handle (); } catch( SoapFault $e ) { error_log ( "SOAP ER ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
Creates an unmanaged pointer to C data 4533
« FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7 ... ents to C functions by pointer. パラメータ ptr The handle of the pointer to a C data structure. 戻り値 Retur ...
https://man.plustar.jp/php/ffi.addr.html - [similar]
Gets the alignment 4533
« FFI::addr FFI::arrayType » PHP Manual FFI Gets the alignment FFI::alignof (PHP 7 >= 7.4.0, PHP ... FFI\CData or FFI\CType object. パラメータ ptr The handle of the C data or type. 戻り値 Returns the alignmen ...
https://man.plustar.jp/php/ffi.alignof.html - [similar]