検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 817 for return (0.036 sec.)
Get the number of elements in collection type column using OID 3186
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... を返します. 変更履歴 バージョン 説明 8.3.1 Change return value: when process is unsuccessful, return false, ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
Creates the training data struct from a user supplied function 3186
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct ... umber of the training data set (input, output) and returns the set. パラメータ num_data The number of traini ... er of ouputs per training data The function should return an associative array with keys input and output an ... allback ( $num_data , $num_input , $num_output ) { return array( "input" => array_fill ( 0 , $num_input , 1 ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
変数がオブジェクトかどうかを検査する 3186
« is_numeric is_real » PHP Manual 変数操作 関数 変数がオブジェクトかどうかを検査する is_object ( ... et_students ( $obj ) { if (! is_object ( $obj )) { return false ; } return $obj -> students ; } // 新しいクラ ...
https://man.plustar.jp/php/function.is-object.html - [similar]
Add a background task to be run in parallel 3186
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... ; while( $gmworker -> work ()) { if ( $gmworker -> returnCode () != GEARMAN_SUCCESS ) { echo "return_code: " ... . $gmworker -> returnCode () . "\n" ; break; } } function reverse_fn ( $ ... trrev ( $workload ); echo "Result: $result \n" ; # Return what we want to send back to the client. return $r ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
Run a task in the background 3186
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... nique = ? ): string Runs a task in the background, returning a job handle which can be used to get the statu ... "reverse" , "this is a test" ); if ( $gmclient -> returnCode () != GEARMAN_SUCCESS ) { echo "bad return cod ... GearmanClient::doNormal() - Run a single task and return a result GearmanClient::doHigh() - Run a single hi ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Description 3186
« ImagickKernel::getMatrix ImagickKernel::separate » PHP Manual ImagickKernel Description Imagic ... ; } $output .= "</tr>" ; } $output .= "</table>" ; return $output ; } $output = "" ; $matrix = [ [- 1 , 0 , ... t .= renderKernelTable ( $kernel -> getMatrix ()); return $output ; ?> 関連キーワード: Description , Imagick ...
https://man.plustar.jp/php/imagickkernel.scale.html - [similar]
はじめに 3186
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... . Future The parallel\Future is used to access the return value from the task, and exposes an API for cancel ... ments, use lexical scope variables (by-value), and return a value (via a parallel\Future ), but these only a ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
ジェネレータの構文 3186
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネ ... タは値を返すことができます。返した値は Generator::getReturn() で取得することが出来ます。 yield キーワード ジェ ... 最もシンプルな書きかたをすると、yield 文の見た目は return 文とほぼ同じになります。 ただ、return の場合はそこ ... ayIterator ([ 5 , 6 ]); yield from seven_eight (); return yield from nine_ten (); } function seven_eight () ... () { yield 8 ; } function nine_ten () { yield 9 ; return 10 ; } $gen = count_to_ten (); foreach ( $gen as $ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
リファレンス渡し 3186
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し ... & $var ) { $var ++; } function & bar () { $a = 5 ; return $a ; } foo ( bar ()); ?> リファレンスによる 戻り値 ... } function bar () // & がないことに注意 { $a = 5 ; return $a ; } foo ( bar ()); // notice が発生 foo ( $a = ...
https://man.plustar.jp/php/language.references.pass.html - [similar]
定義済み定数 3186
« リソース型 runkit7 関数 » PHP Manual runkit7 定義済み定数 定義済み定数 以下の定数が定義されてい ... which already exist will be discarded. RUNKIT7_ACC_RETURN_REFERENCE ( int ) Include this flag to make the fu ... nction or method being created or redeclared return a reference. RUNKIT7_ACC_PUBLIC ( int ) Flag for r ...
https://man.plustar.jp/php/runkit7.constants.html - [similar]