検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 246 for where (0.016 sec.)
Read BLOB/CLOB data and send straight to browser 4767
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... rid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); cubrid_lob_send ( $conn , $lobs [ 0 ]); c ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
Read data from glo and send it to std output 4767
« cubrid_save_to_glo dBase » PHP Manual CUBRID 廃止されたエイリアスと関数 Read data from glo and ... cubrid_execute ( $con , "select image from person where id =1" ); if ( $req ) { list ( $oid ) = cubrid_fet ...
https://man.plustar.jp/php/function.cubrid-send-glo.html - [similar]
Opens a database 4767
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... It can be a relative or absolute path to the file where dBase will store your data. mode An integer which ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]
Creates a standard backpropagation neural network which is not fully connectecte... 4767
« fann_create_shortcut_array fann_create_sparse_array » PHP Manual Fann 関数 Creates a standard ... ed network with shortcut connections, is a network where all neurons are connected to all neurons in later ...
https://man.plustar.jp/php/function.fann-create-shortcut.html - [similar]
Train one epoch with a set of training data 4767
« fann_test fann_train_on_data » PHP Manual Fann 関数 Train one epoch with a set of training dat ... ith the training data stored in data. One epoch is where all of the training data is considered exactly onc ...
https://man.plustar.jp/php/function.fann-train-epoch.html - [similar]
Register a set of PHP functions as a Lua library 4767
« LuaSandbox::pauseUsageTimer LuaSandbox::setCPULimit » PHP Manual LuaSandbox Register a set of ... unctions will be added to it. functions An array , where each key is a function name, and each value is a c ...
https://man.plustar.jp/php/luasandbox.registerlibrary.html - [similar]
プレースホルダーに値をバインドする 4767
« mysql_xdevapi\CrudOperationBindable mysql_xdevapi\CrudOperationLimitable » PHP Manual mysql_xd ... s = $table -> delete ()-> orderby ( 'age desc' )-> where ( 'age < 20 and age > 12 and name != :name' )-> bi ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationbindable.bind.html - [similar]
結果を限定する 4767
« mysql_xdevapi\CrudOperationLimitable mysql_xdevapi\CrudOperationSkippable » PHP Manual mysql_x ... $res = $table -> update ()-> set ( 'age' , 69 )-> where ( 'age > 15 and age < 22' )-> limit ( 4 )-> orderb ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationlimitable.limit.html - [similar]
テーブルから行を削除する 4767
« Table::count Table::existsInDatabase » PHP Manual mysql_xdevapi\Table テーブルから行を削除する ... ema -> getTable ( "names" ); $table -> delete ()-> where ( "name = :name" )-> orderby ( "age DESC" )-> limi ...
https://man.plustar.jp/php/mysql-xdevapi-table.delete.html - [similar]
テーブルの行を更新する 4767
« Table::select mysql_xdevapi\TableDelete » PHP Manual mysql_xdevapi\Table テーブルの行を更新する ... mes" ); $table -> update ()-> set ( 'age' , 34 )-> where ( 'name = "Sam"' )-> limit ( 1 )-> execute (); ?> ...
https://man.plustar.jp/php/mysql-xdevapi-table.update.html - [similar]