検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 817 for Return (0.015 sec.)
Try to acquire the lock and return straight away even the lock is not available. 4480
« Swoole\Lock::trylock_read Swoole\Lock::unlock » PHP Manual Swoole\Lock Try to acquire the lock ... and return straight away even the lock is not available. Swoo ... Swoole\Lock::trylock — Try to acquire the lock and return straight away even the lock is not available. 説明 ... : Swoole , Lock , trylock , lock , Try , acquire , return , even , not , able ...
https://man.plustar.jp/php/swoole-lock.trylock.html - [similar]
Return numerically indexed array of registered superglobals 4447
« runkit7_object_id runkit7_zval_inspect » PHP Manual runkit7 関数 Return numerically indexed ar ... s (PECL runkit7 >= Unknown) runkit7_superglobals — Return numerically indexed array of registered supergloba ... ラメータ この関数にはパラメータはありません。 戻り値 Returns a numerically indexed array of the currently regi ... indexed , registered , numerically , パラメータ , Return , 関数 , inspect ...
https://man.plustar.jp/php/function.runkit7-superglobals.html - [similar]
指定した変数に関する情報を解りやすく出力する 4420
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_ ... りやすく出力する 説明 print_r ( mixed $value , bool $return = false ): string | bool print_r() は、 変数の値に ... ーは表示されません。 パラメータ value 表示したい式。 return print_r() の結果を取得したい場合には return 引数を ... れます。 object に関しても同様の表示形式となります。 return パラメータが true の場合は、 この関数は string を返 ... Array ( [0] => x [1] => y [2] => z ) ) </pre> 例2 return 引数の例 <?php $b = array ( 'm' => 'monkey' , 'foo ...
https://man.plustar.jp/php/function.print-r.html - [similar]
Return the versions of LuaSandbox and Lua 4420
« LuaSandbox::getProfilerFunctionReport LuaSandbox::loadBinary » PHP Manual LuaSandbox Return th ... luasandbox >= 1.6.0) LuaSandbox::getVersionInfo — Return the versions of LuaSandbox and Lua 説明 public sta ... tic LuaSandbox::getVersionInfo (): array Returns the versions of LuaSandbox and Lua. パラメータ こ ... の関数にはパラメータはありません。 戻り値 Returns an array with two keys: element type description ... ua 5.1.5". 関連キーワード: LuaSandbox , versions , Return , of , the , getVersionInfo , array , version , st ...
https://man.plustar.jp/php/luasandbox.getversioninfo.html - [similar]
Try to lock a read-write lock for reading and return straight away even the lock... 4420
« Swoole\Lock::lock Swoole\Lock::trylock » PHP Manual Swoole\Lock Try to lock a read-write lock ... for reading and return straight away even the lock is not available. Swoo ... ad — Try to lock a read-write lock for reading and return straight away even the lock is not available. 説明 ... le , Lock , lock , read , trylock , Try , eading , return , even , not ...
https://man.plustar.jp/php/swoole-lock.trylock-read.html - [similar]
Dynamically adds a new method to a given class 4387
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... _ACC_PUBLIC , string $doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool runkit7_met ... _ACC_PUBLIC , string $doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool パラメータ ... _STATIC doc_comment The doc comment of the method. return_type The return type of the method. is_strict Whet ... method_add ( 'Example' , 'add' , '$num1, $num2' , 'return $num1 + $num2;' , RUNKIT7_ACC_PUBLIC ); // add 12 ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
The parallel\Future class 4354
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class ... ture class (0.8.0) Futures A Future represents the return value or uncaught exception from a task, and expos ... PI for cancellation. 例1 Example showing Future as return value <?php $runtime = new \ parallel \ Runtime ; ... $future = $runtime -> run (function(){ return "World" ; }); printf ( "Hello %s\n" , $future -> v ... synchronization point even where the task does not return a value explicitly. 例2 Example showing Future as ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]
Return the servers to which this manager is connected 4354
« MongoDB\Driver\Manager::getReadPreference MongoDB\Driver\Manager::getWriteConcern » PHP Manual ... MongoDB\Driver\Manager Return the servers to which this manager is connected Mon ... godb >=1.0.0) MongoDB\Driver\Manager::getServers — Return the servers to which this manager is connected 説明 ... ublic MongoDB\Driver\Manager::getServers (): array Returns an array of MongoDB\Driver\Server instances to wh ... r connects to the database lazily, this method may return an empty array if called before executing an opera ...
https://man.plustar.jp/php/mongodb-driver-manager.getservers.html - [similar]
4327
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... rator { /** * Add two operands * @param interge * @return interge */ public function add ( $a , $b ) { retur ... ; } /** * Sub */ public function sub ( $a , $b ) { return $a - $b ; } /** * Mul */ public function mul ( $a ... , $b ) { return $a * $b ; } /** * Protected methods will not be ex ... posed * @param interge * @return interge */ protected function _add ( $a , $b ) { r ...
https://man.plustar.jp/php/yar.examples.html - [similar]
検索結果エントリから属性を得る 4294
« ldap_free_result ldap_get_dn » PHP Manual LDAP 関数 検索結果エントリから属性を得る ldap_get_at ... のがあるか ということは問題にならないと思われます。 return_value["count"] = そのエントリの属性の数 return_val ... ue[0] = 最初の属性 return_value[n] = n 番目の属性 return_value["attribute"][ ... "count"] = その属性に関する値の数 return_value["attribute"][0] = その属性に関する最初の値 r ... 属性を得る 関連キーワード: 属性 , エントリ , 検索 , return , attribute , ディレクトリ , クラス , 期待 , インス ...
https://man.plustar.jp/php/function.ldap-get-attributes.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT