検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 2375 for New (0.038 sec.)
Merges the train data 2358
« fann_length_train_data fann_num_input_train_data » PHP Manual Fann 関数 Merges the train data ... source Merges the data from data1 and data2 into a new train data resource . パラメータ data1 ニューラルネ ... ニューラルネットワークトレーニングリソース。 戻り値 New merged train data resource , or false on error. 関 ...
https://man.plustar.jp/php/function.fann-merge-train-data.html - [similar]
オブジェクトのクローン作成 2358
« finalキーワード オブジェクトの比較 » PHP Manual クラスとオブジェクト オブジェクトのクローン作成 ... s -> object1 = clone $this -> object1 ; } } $obj = new MyCloneable (); $obj -> object1 = new SubObject () ... ; $obj -> object2 = new SubObject (); $obj2 = clone $obj ; print( "元のオブ ... オブジェクトのメンバーへのアクセス <?php $dateTime = new DateTime (); echo (clone $dateTime )-> format ( 'Y ...
https://man.plustar.jp/php/language.oop5.cloning.html - [similar]
コールバック / Callable 2358
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... ; // タイプ 3: オブジェクトメソッドのコール $obj = new MyClass (); call_user_func (array( $obj , 'myCallb ... $name ) { echo 'Hello ' , $name , "\n" ; } } $c = new C (); call_user_func ( $c , 'PHP!' ); ?> 例2 クロー ... し、 // 指定した範囲の各要素の二倍の値を計算します $new_numbers = array_map ( $double , $numbers ); print ... implode ( ' ' , $new_numbers ); ?> 上の例の出力は以下となります。 2 4 6 ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
新しい MultipleIterator を作成する 2358
« MultipleIterator::attachIterator MultipleIterator::containsIterator » PHP Manual MultipleItera ... 例 例1 MultipleIterator の反復処理 <?php $people = new ArrayIterator (array( 'John' , 'Jane' , 'Jack' , ' ... Judy' )); $roles = new ArrayIterator (array( 'Developer' , 'Scrum Master' ... , 'Project Owner' )); $team = new MultipleIterator ( $flags ); $team -> attachIterat ...
https://man.plustar.jp/php/multipleiterator.construct.html - [similar]
Shutdown all workers 2358
« Pool::resize Pool::submit » PHP Manual Pool Shutdown all workers Pool::shutdown (PECL pthreads ... c function run () { usleep ( 500000 ); } } $pool = new Pool ( 4 ); for ( $i = 0 ; $i < 10 ; ++ $i ) { $po ... ol -> submit (new Task ()); } $pool -> shutdown (); // blocks until ...
https://man.plustar.jp/php/pool.shutdown.html - [similar]
Selects the group heads by the max value of a numeric field or function query 2358
« SolrCollapseFunction::setHint SolrCollapseFunction::setMin » PHP Manual SolrCollapseFunction S ... lrCollapseFunction::setMax() example <?php $func = new SolrCollapseFunction ( 'field_name' ); $func -> se ... ax ( 'sum(cscore(),field(some_field))' ); $query = new SolrQuery ( '*:*' ); $query -> collapse ( $func ); ...
https://man.plustar.jp/php/solrcollapsefunction.setmax.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 2358
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在 ... 例 例1 SplObjectStorage::getInfo() の例 <?php $s = new SplObjectStorage (); $o1 = new StdClass ; $o2 = ne ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
Vtiful\Kernel\Excel fileName 2358
« Vtiful\Kernel\Excel::data Vtiful\Kernel\Excel::getHandle » PHP Manual Vtiful\Kernel\Excel Vtif ... $fileName , string $sheetName = ? ) Create a brand new xlsx file and create a worksheet. パラメータ fileN ... onfig = [ 'path' => '/home/viest' ]; $fileObject = new \ Vtiful \ Kernel \ Excel ( $config ); $file = $in ...
https://man.plustar.jp/php/vtiful-kernel-excel.filename.html - [similar]
libxml のエラー処理関数によるエラー処理 2358
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー ... のエラーを捕らえて表示するものです。 <?php $xmldoc = new DOMDocument (); $xsldoc = new DOMDocument (); $xsl ... = new XSLTProcessor (); $xmldoc -> loadXML ( 'fruits.xml ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
2358
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... _add ( $a , $b ) { return $a + $b ; } } $server = new Yar_Server (new Operator ()); $server -> handle () ... になります。 例3 Yar Client Example <?php $client = new yar_client ( "http://example.com/operator.php" ); ...
https://man.plustar.jp/php/yar.examples.html - [similar]