検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1461 for In (0.077 sec.)
Returns the activation steepness for supplied neuron and layer number 3512
« fann_get_activation_function fann_get_bias_array » PHP Manual Fann 関数 Returns the activation ... 説明 fann_get_activation_steepness ( resource $ann , int $layer , int $neuron ): float Get the activation ... steepness for neuron number neuron in layer number layer , counting the input layer as l ... ssible to get activation steepness for the neurons in the input layer. The steepness of an activation fu ... nction says something about how fast the activation function goes from ...
https://man.plustar.jp/php/function.fann-get-activation-steepness.html - [similar]
Retrieves the next row of data in a result set as an object 3512
« sqlsrv_fetch_array sqlsrv_fetch » PHP Manual SQLSRV 関数 Retrieves the next row of data in a r ... t set as an object sqlsrv_fetch_object (No version information available, might only be in Git) sqlsrv_f ... etch_object — Retrieves the next row of data in a result set as an object 説明 sqlsrv_fetch_object ... ( resource $stmt , string $className = ? , array $ctorParams = ? , int $row ... = ? , int $offset = ? ): mixed Retrieves the next row of da ...
https://man.plustar.jp/php/function.sqlsrv-fetch-object.html - [similar]
Move the cursor in the result 3490
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... RID >= 8.3.0) cubrid_move_cursor — Move the cursor in the result 説明 cubrid_move_cursor ( resource $req ... _identifier , int $offset , int $origin = CUBRID_CURSOR_CURRENT ): ... cursor location of req_identifier by the value set in the offset argument, to the direction set in the o ... rigin argument. To set the origin argument, you can use ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
Create a glo instance 3490
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... a glo instance cubrid_new_glo (PECL CUBRID >= 8.3.0) cubrid ... _new_glo — Create a glo instance 説明 cubrid_new_glo ( resource $conn_identif ... ier , string $class_name , string $file_name ): string The cub ... rid_new_glo() function is used to create a glo instance in the requested class (glo class). The glo ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
Get the number of rows in the result set 3490
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... >= 8.3.0) cubrid_num_rows — Get the number of rows in the result set 説明 cubrid_num_rows ( resource $re ... sult ): int The cubrid_num_rows() function is used to get the ... result. It can be used for SELECT statements. For INSERT , UPDATE , or DELETE queries, use the cubrid_a ... n process is successful. 0 when the query was done in async mode. -1, if SQL statement is not SELECT. fa ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
Trigger a one time callback function in the future 3490
« swoole_strerror swoole_timer_exists » PHP Manual Swoole 関数 Trigger a one time callback funct ... ion in the future swoole_timer_after (PECL swoole >= 1.9. ... timer_after — Trigger a one time callback function in the future 説明 swoole_timer_after ( int $ms , cal ... lable $callback , mixed $param = ? ): int パラメータ ms callback param 戻り値 関連キーワード ... : callback , time , function , swoole , a , in , timer , after , int , param ...
https://man.plustar.jp/php/function.swoole-timer-after.html - [similar]
データベース更新の自動コミットをオンまたはオフにする 3490
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... ンド SELECT @@autocommit を使用します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_in ... user" , "my_password" , "world" ); /* The table engine has to support transactions */ $mysqli -> query ( ... NOT EXISTS language ( Code text NOT NULL, Speakers int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ... @@autocommit" ); $row = $result -> fetch_row (); printf ( "Autocommit is %s\n" , $row [ 0 ]); try { /* P ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
実行時設定 3490
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... デフォルト 変更可能 変更履歴 seaslog.appender 1 PHP_INI_SYSTEM seaslog.appender_retry 0 PHP_INI_ALL seasl ... og.level 8 PHP_INI_ALL seaslog.remote_host 127.0.0.1 PHP_INI_ALL sea ... slog.remote_port 514 PHP_INI_ALL seaslog.remote_timeout 1 PHP_INI_SYSTEM seasl ... og.default_basepath /var/log/www PHP_INI_SYSTEM seaslog.default_logger default PHP_INI_SYS ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
Delete a row in the Swoole table by $row_key. 3490
« Swoole\Table::decr Swoole\Table::destroy » PHP Manual Swoole\Table Delete a row in the Swoole ... swoole >= 1.9.0) Swoole\Table::del — Delete a row in the Swoole table by $row_key. 説明 public Swoole\T ... able::del ( string $key ): void パラメータ key 戻り値 関連キーワード ... : Swoole , row , key , Delete , Table , in , the , decr , destroy , swoole ...
https://man.plustar.jp/php/swoole-table.del.html - [similar]
Reverses the map in-place 3469
« Ds\Map::remove Ds\Map::reversed » PHP Manual Map Reverses the map in-place Ds\Map::reverse (PE ... CL ds >= 1.0.0) Ds\Map::reverse — Reverses the map in-place 説明 public Ds\Map::reverse (): void Reverse ... s the map in-place. パラメータ この関数にはパラメータはありませ ... 1 , "b" => 2 , "c" => 3 ]); $map -> reverse (); print_r ( $map ); ?> 上の例の出力は、 たとえば以下のよう ... 関連キーワード: Ds , Reverses , map , Map , the , in , Object , reverse , key , Pair ...
https://man.plustar.jp/php/ds-map.reverse.html - [similar]