検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 2443 for array (0.202 sec.)
URLを組み立てる 2791
« Yaf_Route_Rewrite Yaf_Route_Rewrite::__construct » PHP Manual Yaf_Route_Rewrite URLを組み立てる ... 組み立てる 説明 public Yaf_Route_Rewrite::assemble ( array $info , array $query = ? ): string URLを組み立てま ... e = new Yaf_Route_Rewrite( "/product/:name/:id/*", array( 'controller' => "product", ), array() ); $router- ... ; var_dump($router->getRoute('rewrite')->assemble( array( ':name' => 'foo', ':id' => 'bar', ':tmpkey1' => ' ... tmpval1' ), array( 'tkey1' => 'tval1', 'tkey2' => 'tval2' ) ) ); 上の ...
https://man.plustar.jp/php/yaf-route-rewrite.assemble.html - [similar]
指定した collator とキーで配列を並べ替える 2778
« Collator::setStrength Collator::sort » PHP Manual Collator 指定した collator とキーで配列を並べ ... ブジェクト指向型 public Collator::sortWithSortKeys ( array &$array ): bool 手続き型 collator_sort_with_sort_k ... eys ( Collator $object , array &$array ): bool collator_sort() と似ていますが、 u ... できます。 パラメータ object Collator オブジェクト。 array 並べ替えたい文字列の配列。 戻り値 成功した場合に t ... 1 collator_sort_with_sort_keys() の例 <?php $arr = array( 'Köpfe' , 'Kypper' , 'Kopfe' ); $coll = collator_ ...
https://man.plustar.jp/php/collator.sortwithsortkeys.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 2778
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... desired outputs 説明 fann_train ( resource $ann , array $input , array $desired_output ): bool Train one i ... メータ ann ニューラルネットワークリソース。 input An array of inputs. This array must be exactly fann_get_num ... _input() long. desired_output An array of desired outputs. This array must be exactly fan ... of output neurons 関連キーワード: fann , desired , array , input , output , num , Train , inputs , outputs ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
Opens a connection to a Microsoft SQL Server database 2778
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... atabase 説明 sqlsrv_connect ( string $serverName , array $connectionInfo = ? ): resource Opens a connection ... include "UID" and "PWD" in the connection options array. パラメータ serverName The name of the server to w ... verName\sqlexpress). connectionInfo An associative array that specifies options for connecting to the serve ... D and PWD are not specified in the $connectionInfo array, // The connection will be attempted using Windows ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
ユーザー定義の比較関数で配列をソートし、連想インデックスを保持する 2778
« sort uksort » PHP Manual 配列 関数 ユーザー定義の比較関数で配列をソートし、連想インデックスを保 ... をソートし、連想インデックスを保持する 説明 uasort ( array &$array , callable $callback ): bool インデックスと ... それに対応する要素を関連づけて array をソートします。 ソートには、ユーザー定義の比較関数 ... ポインタは最初の要素にリセットされます。 パラメータ array 入力の配列。 callback 比較関数は、最初の引数と二番 ... urn ( $a < $b ) ? - 1 : 1 ; } // ソートしたい配列 $array = array( 'a' => 4 , 'b' => 8 , 'c' => - 1 , 'd' => ...
https://man.plustar.jp/php/function.uasort.html - [similar]
Record debug log information 2778
« SeasLog::critical SeasLog::__destruct » PHP Manual SeasLog Record debug log information SeasLo ... 明 public static SeasLog::debug ( string $message , array $content = ? , string $logger = ? ): bool Record d ... hich implementors replace with values from content array. Sush as `message` is `log info from {NAME}` and ` ... content` is `array('NAME' => neeke)`, the log information will `log i ... mp ( SeasLog :: debug ( 'log message from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ...
https://man.plustar.jp/php/seaslog.debug.html - [similar]
Record emergency log information 2778
« SeasLog::__destruct SeasLog::error » PHP Manual SeasLog Record emergency log information SeasL ... blic static SeasLog::emergency ( string $message , array $content = ? , string $logger = ? ): bool Record e ... hich implementors replace with values from content array. Sush as `message` is `log info from {NAME}` and ` ... content` is `array('NAME' => neeke)`, the log information will `log i ... SeasLog :: emergency ( 'log message from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ...
https://man.plustar.jp/php/seaslog.emergency.html - [similar]
Record error log information 2778
« SeasLog::emergency SeasLog::flushBuffer » PHP Manual SeasLog Record error log information Seas ... 明 public static SeasLog::error ( string $message , array $content = ? , string $logger = ? ): bool Record e ... hich implementors replace with values from content array. Sush as `message` is `log info from {NAME}` and ` ... content` is `array('NAME' => neeke)`, the log information will `log i ... mp ( SeasLog :: error ( 'log message from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ...
https://man.plustar.jp/php/seaslog.error.html - [similar]
Record info log information 2778
« SeasLog::getRequestVariable SeasLog::log » PHP Manual SeasLog Record info log information Seas ... 説明 public static SeasLog::info ( string $message , array $content = ? , string $logger = ? ): bool Record i ... hich implementors replace with values from content array. Sush as `message` is `log info from {NAME}` and ` ... content` is `array('NAME' => neeke)`, the log information will `log i ... ump ( SeasLog :: info ( 'log message from {NAME}' ,array( 'NAME' => 'neeke' ))); //with tmp logger var_dump ...
https://man.plustar.jp/php/seaslog.info.html - [similar]
URL を組み立てる 2778
« Yaf_Route_Supervar Yaf_Route_Supervar::__construct » PHP Manual Yaf_Route_Supervar URL を組み立 ... み立てる 説明 public Yaf_Route_Supervar::assemble ( array $info , array $query = ? ): string URL を組み立てま ... ( $router -> getRoute ( 'supervar' )-> assemble ( array( ':a' => 'yafaction' , 'tkey' => 'tval' , ':c' => ... 'yafcontroller' , ':m' => 'yafmodule' ), array( 'tkey1' => 'tval1' , 'tkey2' => 'tval2' ) )); try ... ( $router -> getRoute ( 'supervar' )-> assemble ( array( ':a' => 'yafaction' , 'tkey' => 'tval' , ':m' => ...
https://man.plustar.jp/php/yaf-route-supervar.assemble.html - [similar]