検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 2443 for Array (0.043 sec.)
Get the number of bias in each layer in the network 2817
« fann_get_activation_steepness fann_get_bit_fail_limit » PHP Manual Fann 関数 Get the number of ... bias in each layer in the network fann_get_bias_array (PECL fann >= 1.0.0) fann_get_bias_array — Get the ... as in each layer in the network 説明 fann_get_bias_array ( resource $ann ): array Get the number of bias in ... ータ ann ニューラルネットワークリソース。 戻り値 An array of numbers of bias in each layer 関連キーワード: e ... ach , layer , Get , in , fann , of , the , array , 関数 , リソース ...
https://man.plustar.jp/php/function.fann-get-bias-array.html - [similar]
JSON 文字列をデコードする 2817
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... 場合、返されるオブジェクトは flags に JSON_OBJECT_AS_ARRAY が設定されているかどうかによって、 連想配列形式か ... RE , JSON_INVALID_UTF8_SUBSTITUTE , JSON_OBJECT_AS_ARRAY , JSON_THROW_ON_ERROR . からなるビットマスク。 各定 ... ["c"] => int(3) ["d"] => int(4) ["e"] => int(5) } array(5) { ["a"] => int(1) ["b"] => int(2) ["c"] => int( ... // データをエンコードします。ネストの深さは4です (array -> array -> array -> string) $json = json_encode ( ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
接続を問い合わせる 2817
« mysqli::ping mysqli::prepare » PHP Manual mysqli 接続を問い合わせる mysqli::poll mysqli_poll ( ... オブジェクト指向型 public static mysqli::poll ( ? array &$read , ? array &$error , array &$reject , int $s ... econds = 0 ): int | false 手続き型 mysqli_poll ( ? array &$read , ? array &$error , array &$reject , int $s ... y ( "SELECT 'test'" , MYSQLI_ASYNC ); $all_links = array( $link1 ); $processed = 0 ; do { $links = $errors ... = $reject = array(); foreach ( $all_links as $link ) { $links [] = $ ...
https://man.plustar.jp/php/mysqli.poll.html - [similar]
使用可能な辞書の一覧を返す 2804
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧 ... chant_broker_list_dicts ( EnchantBroker $broker ): array 使用可能な辞書の一覧と、その詳細を返します。 パラメ ... ローカー。 戻り値 使用可能な辞書の一覧と、その詳細を array として返します。 変更履歴 バージョン 説明 8.0.0 br ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [0] => Array ( [lang_tag] => de [provider_name] ... => /usr/lib/enchant/libenchant_aspell.so ) [1] => Array ( [lang_tag] => de_DE [provider_name] => aspell [p ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
クエリからの複数の行を二次元配列に取得する 2804
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... 取得する 説明 oci_fetch_all ( resource $statement , array &$output , int $offset = 0 , int $limit = -1 , int ... 。 データや型の取得についての詳細な情報は oci_fetch_array() を参照ください。 offset 結果を取得する際に無視す ... ( $res ); // var_dump 出力は // 2 rows fetched // array(2) { // ["POSTAL_CODE"]=> // array(2) { // [0]=> / ... [1]=> // string(6) "10934x" // } // ["CITY"]=> // array(2) { // [0]=> // string(4) "Roma" // [1]=> // stri ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
指定した collator で配列を並べ替える 2791
« Collator::sortWithSortKeys NumberFormatter » PHP Manual Collator 指定した collator で配列を並べ ... える 説明 オブジェクト指向型 public Collator::sort ( array &$array , int $flags = Collator::SORT_REGULAR ): b ... ool 手続き型 collator_sort ( Collator $object , array &$array , int $flags = Collator::SORT_REGULAR ): b ... 同等です。 パラメータ object Collator オブジェクト。 array 並べ替えたい文字列の配列。 flags オプションの並べ替 ... <?php $coll = collator_create ( 'en_US' ); $arr = array( 'at' , 'às' , 'as' ); var_export ( $arr ); collat ...
https://man.plustar.jp/php/collator.sort.html - [similar]
Get the number of neurons in each layer in the network 2791
« fann_get_errstr fann_get_learning_momentum » PHP Manual Fann 関数 Get the number of neurons in ... each layer in the network fann_get_layer_array (PECL fann >= 1.0.0) fann_get_layer_array — Get th ... s in each layer in the network 説明 fann_get_layer_array ( resource $ann ): array Get the number of neurons ... ータ ann ニューラルネットワークリソース。 戻り値 An array of numbers of neurons in each leayer 関連キーワード ... : fann , layer , array , neurons , each , Get , included , An , リソース ...
https://man.plustar.jp/php/function.fann-get-layer-array.html - [similar]
Set connections in the network 2791
« fann_set_training_algorithm fann_set_weight » PHP Manual Fann 関数 Set connections in the netw ... ork fann_set_weight_array (PECL fann >= 1.0.0) fann_set_weight_array — Set c ... onnections in the network 説明 fann_set_weight_array ( resource $ann , array $connections ): bool Set c ... nn ニューラルネットワークリソース。 connections An array of FANNConnection objects 戻り値 成功した場合に tr ... す。 関連キーワード: connections , Set , fann , in , array , weight , weights , already , objects , FANNConne ...
https://man.plustar.jp/php/function.fann-set-weight-array.html - [similar]
最小値を返す 2791
« max mt_getrandmax » PHP Manual Math 関数 最小値を返す min (PHP 4, PHP 5, PHP 7, PHP 8) min — 最 ... グネチャ (名前付き引数をサポートしていません): min ( array $value_array ): mixed パラメータとして配列をひとつ ... 能な 値。 values 任意の 比較可能な 複数の値。 value_array 値を含んだ配列。 戻り値 min() は、パラメータとして ... php echo min ( 2 , 3 , 1 , 6 , 7 ); // 1 echo min (array( 2 , 4 , 5 )); // 2 // 'hello' を int と比較すると ... 配列を渡すと、いちばん短い配列を返します $val = min (array( 2 , 2 , 2 ), array( 1 , 1 , 1 , 1 )); // array(2, ...
https://man.plustar.jp/php/function.min.html - [similar]
Return the servers to which this manager is connected 2791
« MongoDB\Driver\Manager::getReadPreference MongoDB\Driver\Manager::getWriteConcern » PHP Manual ... inal public MongoDB\Driver\Manager::getServers (): array Returns an array of MongoDB\Driver\Server instance ... e database lazily, this method may return an empty array if called before executing an operation on the Mon ... の関数にはパラメータはありません。 戻り値 Returns an array of MongoDB\Driver\Server instances to which this m ... ager::getServers() * may initially return an empty array. */ var_dump ( $manager -> getServers ()); $comman ...
https://man.plustar.jp/php/mongodb-driver-manager.getservers.html - [similar]