検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 817 for return (0.364 sec.)
Returns the WriteConcern's "wtimeout" option 3305
« MongoDB\Driver\WriteConcern::getW MongoDB\Driver\WriteConcern::isDefault » PHP Manual MongoDB\ ... Driver\WriteConcern Returns the WriteConcern's "wtimeout" option MongoDB\Driv ... =1.0.0) MongoDB\Driver\WriteConcern::getWtimeout — Returns the WriteConcern's "wtimeout" option 説明 final p ... ラメータ この関数にはパラメータはありません。 戻り値 Returns the WriteConcern's "wtimeout" option. エラー / 例 ... mongodb 1.7.0 On 32-bit systems, this method will return a MongoDB\BSON\Int64 instance if the WriteConcern ...
https://man.plustar.jp/php/mongodb-driver-writeconcern.getwtimeout.html - [similar]
OCI8 および DTrace 動的トレーシング 3305
« OCI8 Transparent Application Failover (TAF) Support ドライバでサポートされるデータ型 » PHP Man ... mode , int persistent , int exclusive oci8-connect-return 接続終了時に発射されます。 void * connection oci8- ... hpoci22116 oci8.so php_oci_do_connect oci8-connect-return 24 phpoci22116 oci8.so php_oci_do_connect_ex oci8- ... exclusive=%d\n", (int)arg5); } php*:::oci8-connect-return { printf("%lld: PHP oci8-connect-return\n", wallti ... exclusive=0 1381794982183158766: PHP oci8-connect-return connection=0x7f4a7907bfb8 1381794982183594576: PHP ...
https://man.plustar.jp/php/oci8.dtrace.html - [similar]
Retrieve a item 3305
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... _value if the key doesn't exists, Yaconf::get will return this as result. 戻り値 Returns configuration resul ... t(string or array) if the key exists, return default_value if not. 例 例1 INI() example ;filenm ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
The EventBuffer class 3278
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... n multiple separate chunks of memory; the property returns the number of bytes currently stored in the first ... of line is any sequence of any number of carriage return and linefeed characters. This format is not very u ... L_CRLF The end of the line is an optional carriage return, followed by a linefeed. (In other words, it is ei ... CRLF_STRICT The end of a line is a single carriage return, followed by a single linefeed. (This is also know ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
結果エントリから全ての値を得る 3278
« ldap_get_values_len ldap_list » PHP Manual LDAP 関数 結果エントリから全ての値を得る ldap_get_v ... をすべて "mail" という属性で管理することができます。 return_value["count"] = 属性の値の数 return_value[0] = 属 ... 性の最初の値 return_value[i] = 属性の i 番目の値 変更履歴 バージョン 説 ...
https://man.plustar.jp/php/function.ldap-get-values.html - [similar]
Register and add callback function 3278
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... nction reverse_cb ( $job , & $count ) { $count ++; return " $count : " . strrev ( $job -> workload ()); } ?> ... w 参考 GearmanClient::do() - Run a single task and return a result [deprecated] 関連キーワード: function , c ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
Set socket I/O activity timeout 3278
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... value indicates an infinite timeout. 戻り値 Always returns true . 例 例1 A simple worker with a 5 second tim ... \n" ; while(@ $gmworker -> work () || $gmworker -> returnCode () == GEARMAN_TIMEOUT ) { if ( $gmworker -> re ... for next job...\n" ; continue; } if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " ... . $gmworker -> returnCode () . "\n" ; break; } } echo "Done\n" ; functio ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]
Description 3278
« ImagickKernel::scale メール関連 » PHP Manual ImagickKernel Description ImagickKernel::separate ... te (): array Separates a linked set of kernels and returns an array of ImagickKernels. パラメータ この関数に ... ; } $output .= "</tr>" ; } $output .= "</table>" ; return $output ; } $matrix = [ [- 1 , 0 , - 1 ], [ 0 , 4 ... rnelTable ( $kernel -> getMatrix ()); $count ++; } return $output ; ?> 関連キーワード: Description , Imagick ...
https://man.plustar.jp/php/imagickkernel.separate.html - [similar]
修飾子の名前を取得する 3278
« Reflection::export ReflectionClass » PHP Manual Reflection 修飾子の名前を取得する Reflection:: ... ss Testing { final public static function foo () { return; } public function bar () { return; } } $foo = new ...
https://man.plustar.jp/php/reflection.getmodifiernames.html - [similar]
ドキュメントコメントを取得する 3278
« ReflectionClass::getDefaultProperties ReflectionClass::getEndLine » PHP Manual ReflectionClass ... の例 <?php /** * A test class * * @param foo bar * @return baz */ class TestClass { } $rc = new ReflectionCla ... ring(55) "/** * A test class * * @param foo bar * @return baz */" 参考 ReflectionClass::getName() - クラスの ...
https://man.plustar.jp/php/reflectionclass.getdoccomment.html - [similar]