検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 927 for create (0.064 sec.)
サーバーリソースを破棄する 2849
« xmlrpc_server_create xmlrpc_server_register_introspection_callback » PHP Manual XML-RPC 関数 サ ...
https://man.plustar.jp/php/function.xmlrpc-server-destroy.html - [similar]
Add a job server to the client 2849
« GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve ... を返します。 例 例1 Adding two job servers <?php # Create our client object. $gmclient = new GearmanClient ( ...
https://man.plustar.jp/php/gearmanclient.addserver.html - [similar]
Add a list of job servers to the client 2849
« GearmanClient::addServer GearmanClient::addTask » PHP Manual GearmanClient Add a list of job s ... se を返します。 例 例1 Add two job servers <?php # Create our client object. $gmclient = new GearmanClient ( ...
https://man.plustar.jp/php/gearmanclient.addservers.html - [similar]
Wait for and perform jobs 2849
« GearmanWorker::wait GearmanException » PHP Manual GearmanWorker Wait for and perform jobs Gear ... ます。 例 例1 GearmanWorker::work() example <?php # create the worker $worker = new GearmanWorker (); # add t ...
https://man.plustar.jp/php/gearmanworker.work.html - [similar]
基本的な使用法 2849
« 例 Collator » PHP Manual 例 基本的な使用法 基本的な使用法 各モジュールには、 手続き型とオブジェ ... 。 例1 手続き型 API の使用例 <?php $coll = collator_create ( 'en_US' ); $result = collator_compare ( $coll , ...
https://man.plustar.jp/php/intl.examples.basic.html - [similar]
Call a function in a Lua global variable 2849
« LuaSandbox LuaSandbox::disableProfiler » PHP Manual LuaSandbox Call a function in a Lua global ... of failure. 例 例1 Calling a Lua function <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // ...
https://man.plustar.jp/php/luasandbox.callfunction.html - [similar]
Fetch profiler data 2849
« LuaSandbox::getPeakMemoryUsage LuaSandbox::getVersionInfo » PHP Manual LuaSandbox Fetch profil ... , not CPU time. 例 例1 Profiling Lua code <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // ...
https://man.plustar.jp/php/luasandbox.getprofilerfunctionreport.html - [similar]
Load Lua code into the Lua environment 2849
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into ... ssed $code . 例 例1 Loading code into Lua <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]
Set the memory limit for the Lua environment 2849
« LuaSandbox::setCPULimit LuaSandbox::unpauseUsageTimer » PHP Manual LuaSandbox Set the memory l ... 返しません。 例 例1 Calling a Lua function <?php // create a new LuaSandbox $sandbox = new LuaSandbox (); // ...
https://man.plustar.jp/php/luasandbox.setmemorylimit.html - [similar]
コレクションの名前を得る 2849
« Collection::find Collection::getOne » PHP Manual mysql_xdevapi\Collection コレクションの名前を ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... Schema ( "addressbook" ); $collection = $schema -> createCollection ( "people" ); // ... var_dump ( $collect ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getname.html - [similar]