Results of 1 - 10 of about 405 for NUM (0.007 sec.)
- Return the number of columns in the result set 7704
- « cubrid_next_result cubrid_num_rows » PHP Manual CUBRID 関数 Return the number of columns in th
...
e result set cubrid_num_cols (PECL CUBRID >= 8.3.0) cubrid_num_cols — Retu ...
rn the number of columns in the result set 説明 cubrid_num_co ...
ls ( resource $result ): int The cubrid_num_cols() function is used to get the number of colum ...
SELECT statement. パラメータ result Result. 戻り値 Number of columns, when process is successful. false , ...
-
https://man.plustar.jp/php/function.cubrid-num-cols.html
- [similar]
- Get the number of rows in the result set 7644
- « cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th
...
e result set cubrid_num_rows (PECL CUBRID >= 8.3.0) cubrid_num_rows — Get ...
the number of rows in the result set 説明 cubrid_num_rows ...
( resource $result ): int The cubrid_num_rows() function is used to get the number of rows ...
cubrid_affected_rows() function. Note: The cubrid_num_rows() function can only be used for synchronous q ...
-
https://man.plustar.jp/php/function.cubrid-num-rows.html
- [similar]
- Creates the training data struct from a user supplied function 7618
- « fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct
...
nction 説明 fann_create_train_from_callback ( int $num_data , int $num_input , int $num_output , callable ...
a user supplied function. As the training data are numerable (data 1, data 2...), the user must write a f ...
unction that receives the number of the training data set (input, output) and re ...
turns the set. パラメータ num_data The number of training data num_input The num ...
-
https://man.plustar.jp/php/function.fann-create-train-from-callback.html
- [similar]
- Return the number of columns in the result set 7559
- « cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in
...
the result set cubrid_num_fields (PECL CUBRID >= 8.3.0) cubrid_num_fields — ...
Return the number of columns in the result set 説明 cubrid_num_fi ...
resource $result ): int This function returns the number of columns in the result set, on success, or it ...
ute() , cubrid_query() and cubrid_prepare() 戻り値 Number of columns, on success. -1 if SQL sentence is n ...
-
https://man.plustar.jp/php/function.cubrid-num-fields.html
- [similar]
- のエイリアス ibase_num_fields 6918
- « fbird_name_result fbird_num_params » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_num
...
_fields fbird_num_fields (PHP 5, PHP 7 < 7.4.0) fbird_num_fields — の ...
エイリアス ibase_num_fields() 説明 この関数は次の関数のエイリアスです。 ...
ibase_num_fields() . 参考 fbird_field_info() - のエイリアス ...
ibase_field_info 関連キーワード: num , fields , ibase , fbird , 関数 , info , result , ...
-
https://man.plustar.jp/php/function.fbird-num-fields.html
- [similar]
- のエイリアス ibase_num_params 6824
- « fbird_num_fields fbird_param_info » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_num_
...
params fbird_num_params (PHP 5, PHP 7 < 7.4.0) fbird_num_params — の ...
エイリアス ibase_num_params() 説明 この関数は次の関数のエイリアスです。 ...
ibase_num_params() . 参考 fbird_prepare() - のエイリアス iba ...
() - のエイリアス ibase_param_info 関連キーワード: num , ibase , params , fbird , param , info , 関数 , p ...
-
https://man.plustar.jp/php/function.fbird-num-params.html
- [similar]
- フィールド数を返す 6679
- « pg_meta_data pg_num_rows » PHP Manual PostgreSQL 関数 フィールド数を返す pg_num_fields (PHP 4
...
>= 4.2.0, PHP 5, PHP 7, PHP 8) pg_num_fields — フィールド数を返す 説明 pg_num_fields ( P ...
gSql\Result $result ): int pg_num_fields() は、 PgSql\Result クラスのインスタンスから ...
ラム)の数を返します。 注意 : この関数は、以前は pg_numfields() と呼ばれていました。 パラメータ result pg_ ...
ジョンでは、 リソース を期待していました。 例 例1 pg_num_fields() の例 <?php $result = pg_query ( $conn , " ...
-
https://man.plustar.jp/php/function.pg-num-fields.html
- [similar]
- Creates a standard fully connected backpropagation neural network 6500
- « fann_create_standard_array fann_create_train_from_callback » PHP Manual Fann 関数 Creates a st
...
on neural network 説明 fann_create_standard ( int $num_layers , int $num_neurons1 , int $num_neurons2 , i ...
nt ...$num_neuronsN ): resource Creates a standard fully conn ...
etwork use the fann_destroy() function. パラメータ num_layers The total number of layers including the in ...
put and the output layer. num_neurons1 Number of neurons in the first layer. num ...
-
https://man.plustar.jp/php/function.fann-create-standard.html
- [similar]
- 結果における行の数を得る 6474
- « mysql_num_fields mysql_pconnect » PHP Manual MySQL 関数 結果における行の数を得る mysql_num_row
...
s (PHP 4, PHP 5) mysql_num_rows — 結果における行の数を得る 警告 この拡張モジュ ...
い。 この関数の代替として、これらが使えます。 mysqli_num_rows() mysqli_stmt_num_rows() PDOStatement::rowCou ...
nt() 説明 mysql_num_rows ( resource $result ): int | false 結果セットか ...
の数、失敗した場合に false を返します。 例 例1 mysql_num_rows() の例 <?php $link = mysql_connect ( "localho ...
-
https://man.plustar.jp/php/function.mysql-num-rows.html
- [similar]
- Creates a standard backpropagation neural network which is not fully connectecte... 6448
- « fann_create_shortcut_array fann_create_sparse_array » PHP Manual Fann 関数 Creates a standard
...
rtcut connections 説明 fann_create_shortcut ( int $num_layers , int $num_neurons1 , int $num_neurons2 , i ...
nt ...$num_neuronsN ): resource Creates a standard backpropag ...
om the input layer to the output layer. パラメータ num_layers The total number of layers including the in ...
put and the output layer. num_neurons1 Number of neurons in the first layer. num ...
-
https://man.plustar.jp/php/function.fann-create-shortcut.html
- [similar]