検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 532 for execute (0.015 sec.)
環境を取得する 3763
« Yaf_Application::__destruct Yaf_Application::execute » PHP Manual Yaf_Application 環境を取得す ... 境 , 取得 , Yaf , environ , パラメータ , destruct , execute , public , yaf , 定義 ...
https://man.plustar.jp/php/yaf-application.environ.html - [similar]
TableDelete クラス 3732
« Table::update TableDelete::bind » PHP Manual Mysql_xdevapi TableDelete クラス TableDelete クラ ... eholder_values ): mysql_xdevapi\TableDelete public execute (): mysql_xdevapi\Result public limit ( int $rows ... struct — TableDelete のコンストラクタ TableDelete::execute — delete文を実行する TableDelete::limit — 削除する ...
https://man.plustar.jp/php/class.mysql-xdevapi-tabledelete.html - [similar]
Oracle Database の暗黙の結果セットを持つ親ステートメント・リソースから次の子ステ... 3732
« oci_free_statement oci_lob_copy » PHP Manual OCI8 関数 Oracle Database の暗黙の結果セットを持つ ... ラメータ statement oci_parse() により作成され、 oci_execute() により実行される 有効な OCI8 ステートメント ID 。 ... ); END;' ; $stid = oci_parse ( $conn , $sql ); oci_execute ( $stid ); while (( $stid_c = oci_get_implicit_res ... ); END;' ; $stid = oci_parse ( $conn , $sql ); oci_execute ( $stid ); $stid_1 = oci_get_implicit_resultset ( ... ); END;' ; $stid = oci_parse ( $conn , $sql ); oci_execute ( $stid ); $stid_c = oci_get_implicit_resultset ( ...
https://man.plustar.jp/php/function.oci-get-implicit-resultset.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 3732
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... i_define_by_name ( $stmt , "ROWID" , $rowid ); oci_execute ( $stmt ); while ( oci_fetch ( $stmt )) { $nrows = ... elete , ":rid" , $rowid , - 1 , OCI_B_ROWID ); oci_execute ( $delete ); echo " $nrows \n" ; if (( $nrows % $c ... tmt , ':the_blob' , $lob , - 1 , OCI_B_BLOB ); oci_execute ( $stmt , OCI_DEFAULT ); if ( $lob -> savefile ( $ ... - 1 , OCI_B_CLOB ); $clob -> write ( $data ); oci_execute ( $stmt , OCI_DEFAULT ); oci_commit ( $conn ); $cl ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
Removes previously set hook on function or method 3732
« uopz_undefine uopz_unset_mock » PHP Manual Uopz 関数 Removes previously set hook on function o ... す。 barfoo foo 参考 uopz_set_hook() - Sets hook to execute when entering a function or method uopz_get_hook() ... eviously , Removes , unset , or , string , Usage , execute , Sets ...
https://man.plustar.jp/php/function.uopz-unset-hook.html - [similar]
Load Lua code into the Lua environment 3732
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into ... s. 戻り値 Returns a LuaSandboxFunction which, when executed, will execute the passed $code . 例 例1 Loading c ... dString ( <<<CODE return "Hello, world" CODE ); // Execute the loaded code var_dump ( $function -> call () ); ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]
TableUpdate のコンストラクタ 3732
« TableUpdate::bind TableUpdate::execute » PHP Manual mysql_xdevapi\TableUpdate TableUpdate のコ ... ( 4 ) -> orderby ([ 'age asc' , 'name desc' ]) -> execute (); ?> 関連キーワード: TableUpdate , construct , x ...
https://man.plustar.jp/php/mysql-xdevapi-tableupdate.construct.html - [similar]
値をパラメータにバインドする 3732
« PDOStatement::bindParam PDOStatement::closeCursor » PHP Manual PDOStatement 値をパラメータにバ ... ':colour' , $colour , PDO :: PARAM_STR ); $sth -> execute (); ?> 例2 疑問符プレースホルダを用いてプリペアドス ... dValue ( 2 , $colour , PDO :: PARAM_STR ); $sth -> execute (); ?> 参考 PDO::prepare() - 文を実行する準備を行い ... 、文オブジェクトを返す PDOStatement::execute() - プリペアドステートメントを実行する PDOStatemen ...
https://man.plustar.jp/php/pdostatement.bindvalue.html - [similar]
リソース型の一覧 3732
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... id_col_size() cubrid_commit() cubrid_drop() cubrid_execute() cubrid_get_autocommit() cubrid_get_charset() cub ... id_col_size() cubrid_commit() cubrid_drop() cubrid_execute() cubrid_get_autocommit() cubrid_get_charset() cub ... 持続的な接続 cubrid request cubrid_prepare() cubrid_execute() cubrid_query() cubrid_unbuffered_query() cubrid_ ... cubrid_column_types() cubrid_current_oid() cubrid_execute() cubrid_free_result() cubrid_get_query_timeout() ...
https://man.plustar.jp/php/resource.html - [similar]
Return the number of columns in the result set 3701
« cubrid_list_dbs cubrid_ping » PHP Manual CUBRID MySQL 互換関数 Return the number of columns in ... パラメータ result result comes from a call to cubrid_execute() , cubrid_query() and cubrid_prepare() 戻り値 Num ... ( "localhost" , 33000 , "demodb" ); $req = cubrid_execute ( $conn , "SELECT * FROM code" ); $row_num = cubri ...
https://man.plustar.jp/php/function.cubrid-num-fields.html - [similar]