検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 2443 for Array (0.029 sec.)
結果セットの次の行を連想配列・数値添字配列あるいはその両方の形式で取得する 2983
« mysqli_result::fetch_all mysqli_result::fetch_assoc » PHP Manual mysqli_result 結果セットの次の ... るいはその両方の形式で取得する mysqli_result::fetch_array mysqli_fetch_array (PHP 5, PHP 7, PHP 8) mysqli_re ... sult::fetch_array -- mysqli_fetch_array — 結果セットの次の行を連想配 ... 説明 オブジェクト指向型 public mysqli_result::fetch_array ( int $mode = MYSQLI_BOTH ): array | null | false ... 手続き型 mysqli_fetch_array ( mysqli_result $result , int $mode = MYSQLI_BOTH ...
https://man.plustar.jp/php/mysqli-result.fetch-array.html - [similar]
Get the requested schema information 2957
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... string $class_name = ? , string $attr_name = ? ): array The cubrid_schema() function is used to get the re ... schema() function is returned as a two-dimensional array (column (associative array) * row (numeric array)) ... s of schema and the column structure of the result array to be returned based on the schema type. Result Co ... e Attribute you want to know the schema of. 戻り値 Array containing the schema information, when process is ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
Gets a record from a database as an indexed array 2957
« dbase_get_record_with_names dbase_numfields » PHP Manual dBase 関数 Gets a record from a datab ... ase as an indexed array dbase_get_record (PHP 5 < 5.3.0, dbase 5, dbase 7) ... cord — Gets a record from a database as an indexed array 説明 dbase_get_record ( resource $database , int $ ... number ): array Gets a record from a database as an indexed array. ... _numrecords($dbase_identifier) . 戻り値 An indexed array with the record. This array will also include an a ...
https://man.plustar.jp/php/function.dbase-get-record.html - [similar]
配列からキーを取り出す 2957
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP ... 8) key — 配列からキーを取り出す 説明 key ( array | object $array ): int | string | null key() は、 ... 置における連想配列要素のキーを返します。 パラメータ array 配列。 戻り値 key() 関数は、内部ポインタが現在指し ... に対して最初に get_mangled_object_vars() を使うか、 ArrayIterator を使って下さい。 例 例1 key() の例 <?php $ ... array = array( 'fruit1' => 'リンゴ' , 'fruit2' => 'オレンジ' , ' ...
https://man.plustar.jp/php/function.key.html - [similar]
複数のアイテムを要求する 2957
« Memcached::getByKey Memcached::getDelayedByKey » PHP Manual Memcached 複数のアイテムを要求する ... イテムを要求する 説明 public Memcached::getDelayed ( array $keys , bool $with_cas = ? , callable $value_cb = ... set ( 'string' , 'a simple string' ); $m -> set ( 'array' , array( 11 , 12 )); $m -> getDelayed (array( 'in ... t' , 'array' ), true ); var_dump ( $m -> fetchAll ()); ?> 上の ... 例の出力は以下となります。 array(2) { [0]=> array(3) { ["key"]=> string(3) "int" [" ...
https://man.plustar.jp/php/memcached.getdelayed.html - [similar]
Return an array with the lengths of the values of each field from the current ro... 2944
« cubrid_fetch_field cubrid_fetch_object » PHP Manual CUBRID MySQL 互換関数 Return an array with ... CUBRID >= 8.3.0) cubrid_fetch_lengths — Return an array with the lengths of the values of each field from ... ow 説明 cubrid_fetch_lengths ( resource $result ): array This function returns a numeric array with the len ... s from a call to cubrid_execute() 戻り値 A numeric array, when process is successful. false on failure. 例 ... nnect ( $conn ); ?> 上の例の出力は以下となります。 Array ( [0] => 2004 [1] => 20085 [2] => 15118 [3] => 301 ...
https://man.plustar.jp/php/function.cubrid-fetch-lengths.html - [similar]
Test with a set of inputs, and a set of desired outputs 2944
« fann_test_data fann_train_epoch » PHP Manual Fann 関数 Test with a set of inputs, and a set of ... f desired outputs 説明 fann_test ( resource $ann , array $input , array $desired_output ): array Test with ... メータ 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 , outputs , inputs , input , output , Test , num , ...
https://man.plustar.jp/php/function.fann-test.html - [similar]
Chaikin A/D Oscillator 2944
« trader_add trader_adx » PHP Manual Trader 関数 Chaikin A/D Oscillator trader_adosc (PECL trade ... adosc — Chaikin A/D Oscillator 説明 trader_adosc ( array $high , array $low , array $close , array $volume ... , int $fastPeriod = ? , int $slowPeriod = ? ): array パラメータ high 高値。実数値の配列。 low 安値。実数 ... A. Valid range from 2 to 100000. 戻り値 Returns an array with calculated data or false on failure. 関連キー ... ワード: Chaikin , Oscillator , trader , array , D , A , 配列 , 実数 , adosc , slowPeriod ...
https://man.plustar.jp/php/function.trader-adosc.html - [similar]
Imagick クラス 2931
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... $legacy = false ): bool public colorMatrixImage ( array $color_matrix = Imagick::CHANNEL_DEFAULT ): bool p ... ick $image , int $channelType , int $metricType ): array public compareImageLayers ( int $method ): Imagick ... compareImages ( Imagick $compare , int $metric ): array public compositeImage ( Imagick $composite_object ... ck::CHANNEL_DEFAULT ): bool public convolveImage ( array $kernel , int $channel = Imagick::CHANNEL_DEFAULT ...
https://man.plustar.jp/php/class.imagick.html - [similar]
array_key_exists のエイリアス 2931
« in_array key » PHP Manual 配列 関数 array_key_exists のエイリアス key_exists (PHP 4 >= 4.0.6, ... PHP 5, PHP 7, PHP 8) key_exists — array_key_exists() のエイリアス 説明 この関数は次の関数の ... エイリアスです。 array_key_exists() 関連キーワード: key , exists , array ...
https://man.plustar.jp/php/function.key-exists.html - [similar]