検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 817 for Return (0.016 sec.)
The GearmanJob class 3617
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... ionName (): string public handle (): string public returnCode (): int public sendComplete ( string $result ) ... ic sendWarning ( string $warning ): bool public setReturn ( int $gearman_return_t ): bool public status ( in ... earmanJob::handle — Get the job handle GearmanJob::returnCode — Get last return code GearmanJob::sendComplet ... anJob::sendWarning — Send a warning GearmanJob::setReturn — Set a return value GearmanJob::status — Send sta ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
RecursiveCallbackFilterIterator クラス 3617
« RecursiveCachingIterator::hasChildren RecursiveCallbackFilterIterator::__construct » PHP Manua ... * @param $iterator フィルタリングするイテレータ * @return boolean 現在のアイテムを受け付ける場合は TRUE、それ ... 再帰を許可します if ( $iterator -> hasChildren ()) { return TRUE ; } // 巨大なファイルのチェックをします if ( ... sFile () && $current -> getSize () > 104857600 ) { return TRUE ; } return FALSE ; }); foreach (new Recursive ...
https://man.plustar.jp/php/class.recursivecallbackfilteriterator.html - [similar]
Reflection 3617
« Componere\Abstract\Definition::addTrait Componere\Definition » PHP Manual Componere\Abstract\D ... ::getReflector (): ReflectionClass Shall create or return a ReflectionClass 戻り値 A ReflectionClass for the ... ectionClass , addTrait , public , Shall , create , return , definition ...
https://man.plustar.jp/php/componere-abstract-definition.getreflector.html - [similar]
内部イテレータの現在の要素が子を持つかどうかを調べる 3617
« RecursiveCallbackFilterIterator::getChildren RecursiveDirectoryIterator » PHP Manual Recursive ... 処理を許可します if ( $iterator -> hasChildren ()) { return TRUE ; } // XML ファイルかどうかを調べます if (! s ... rcasecmp ( $current -> getExtension (), 'xml' )) { return TRUE ; } return FALSE ; }); ?> 参考 RecursiveCallb ...
https://man.plustar.jp/php/recursivecallbackfilteriterator.haschildren.html - [similar]
The routerShutdown purpose 3617
« Yaf_Plugin_Abstract::preResponse Yaf_Plugin_Abstract::routerStartup » PHP Manual Yaf_Plugin_Ab ... ( strtolower ( $controller ), array( 'api' , ))) { return TRUE ; } if ( Yaf_Session :: getInstance ()-> has ... ( "login" )) { return TRUE ; } /* Use access check failed, need to login ... -> setRedirect ( "http://yourdomain.com/login/" ); return FALSE ; } } ?> 参考 Yaf_Plugin_Abstract::routerSta ...
https://man.plustar.jp/php/yaf-plugin-abstract.routershutdown.html - [similar]
The MongoDB\BSON\MinKeyInterface interface 3584
« MongoDB\BSON\MaxKeyInterface MongoDB\BSON\ObjectIdInterface » PHP Manual MongoDB\BSON The Mong ... by MongoDB\BSON\MinKey to be used as a parameter, return, or property type in userland classes. クラス概要 ... ctIdInterface , implemented , MinKey , parameter , return , property ...
https://man.plustar.jp/php/class.mongodb-bson-minkeyinterface.html - [similar]
無名クラス 3584
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、 ... otected $prop2 = 2 ; protected function func1 () { return 3 ; } public function func2 () { return new class( ... is -> prop3 = $prop ; } public function func3 () { return $this -> prop2 + $this -> prop3 + $this -> func1 ( ... ンスとなります。 <?php function anonymous_class () { return new class {}; } if ( get_class ( anonymous_class ( ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
比較演算子 3584
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... , $op2 ) { if ( count ( $op1 ) < count ( $op2 )) { return - 1 ; // $op1 < $op2 } elseif ( count ( $op1 ) > c ... ount ( $op2 )) { return 1 ; // $op1 > $op2 } foreach ( $op1 as $key => $va ... l ) { if (! array_key_exists ( $key , $op2 )) { return 1 ; } elseif ( $val < $op2 [ $key ]) { return - 1 ... ; } elseif ( $val > $op2 [ $key ]) { return 1 ; } } return 0 ; // $op1 == $op2 } ?> 警告 浮動小 ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
リファレンスを返す 3584
« リファレンス渡し リファレンスの解除 » PHP Manual リファレンスの説明 リファレンスを返す リファレ ... blic $value = 42 ; public function & getValue () { return $this -> value ; } } $obj = new foo ; $myValue = & ... ような形式で関数からリファレンスを返そうとした場合、 return ($this->value); これは、あなたが望んでいるように 式 ... ion & collector () { static $collection = array(); return $collection ; } $collection = & collector (); $col ... ion & collector () { static $collection = array(); return $collection ; } array_push ( collector (), 'foo' ) ...
https://man.plustar.jp/php/language.references.return.html - [similar]
Execution 3584
« Threaded::pop Threaded::shift » PHP Manual Threaded Execution Threaded::run (PECL pthreads >= ... 関数にはパラメータはありません。 戻り値 The methods return value, if used, will be ignored 関連キーワード: Ex ... ecution , Threaded , run , パラメータ , intended , return , methods , 関数 , execution , implement ...
https://man.plustar.jp/php/threaded.run.html - [similar]