検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 246 for where (0.024 sec.)
Get BLOB/CLOB data 4687
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... rid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); echo "Doc size: " . cubrid_lob_size ( $lo ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Save requested file in a GLO instance 4687
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... cubrid_execute ( $con , "select image from person where id=1" ); if ( $req ) { list ( $oid ) = cubrid_fetc ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 4687
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... ステートメントにバインドする 以下の例の SQL 文では、WHERE 句の中で 2 つの入力パラメータを使用しています。 こ ... hp $sql = 'SELECT name, breed, weight FROM animals WHERE weight > ? AND weight < ?' ; $conn = db2_connect ( ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
Creates a database 4687
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... It can be a relative or absolute path to the file where dBase will store your data. fields An array of arr ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
Returns the activation steepness for supplied neuron and layer number 4687
« fann_get_activation_function fann_get_bias_array » PHP Manual Fann 関数 Returns the activation ... aggressive training. When training neural networks where the output values should be at the extremes (usual ...
https://man.plustar.jp/php/function.fann-get-activation-steepness.html - [similar]
Returns the number of candidates used during training 4687
« fann_get_cascade_num_candidate_groups fann_get_cascade_output_change_fraction » PHP Manual Fan ... dates can be copied into several candidate groups, where the only difference between these groups is the in ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
Sets the activation steepness for supplied neuron and layer number 4687
« fann_set_activation_steepness_output fann_set_bit_fail_limit » PHP Manual Fann 関数 Sets the a ... aggressive training. When training neural networks where the output values should be at the extremes (usual ...
https://man.plustar.jp/php/function.fann-set-activation-steepness.html - [similar]
ネットワークインターフェイスを取得する 4687
« long2ip openlog » PHP Manual ネットワーク 関数 ネットワークインターフェイスを取得する net_get_ ... タはありません。 戻り値 Returns an associative array where the key is the name of the interface and the value ...
https://man.plustar.jp/php/function.net-get-interfaces.html - [similar]
ステートメントの種類を返す 4687
« oci_set_prefetch oci_unregister_taf_callback » PHP Manual OCI8 関数 ステートメントの種類を返す ... tid = oci_parse ( $conn , 'DELETE FROM departments WHERE department_id = 130;' ); if ( oci_statement_type ( ...
https://man.plustar.jp/php/function.oci-statement-type.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 4687
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... (), true )); } $sql = "UPDATE Table_1 SET data = ? WHERE id = ?" ; $params = array( "updated data" , 1 ); $ ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]