検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 532 for execute (0.158 sec.)
生成された id を取得する 3895
« Result::getAutoIncrementValue Result::getWarnings » PHP Manual mysql_xdevapi\Result 生成された ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... y":0}], "hobbies": ["Walking","Making pies"]}' )-> execute (); $ids = $result -> getGeneratedIds (); var_dump ...
https://man.plustar.jp/php/mysql-xdevapi-result.getgeneratedids.html - [similar]
データベースに存在するかをチェックする 3895
« Schema::dropCollection Schema::getCollection » PHP Manual mysql_xdevapi\Schema データベースに存 ... ession -> sql ( "DROP DATABASE IF EXISTS food" )-> execute (); $session -> sql ( "CREATE DATABASE food" )-> e ... EATE TABLE food.fruit(name text, rating text)" )-> execute (); $schema = $session -> getSchema ( "food" ); $s ...
https://man.plustar.jp/php/mysql-xdevapi-schema.existsindatabase.html - [similar]
アプリケーションディレクトリを取得する 3895
« Yaf_Application::execute Yaf_Application::getConfig » PHP Manual Yaf_Application アプリケーショ ... ケーション , ディレクトリ , 取得 , getAppDirectory , execute , getConfig , public , パラメータ , directory ...
https://man.plustar.jp/php/yaf-application.getappdirectory.html - [similar]
のエイリアス ibase_fetch_assoc 3864
« fbird_execute fbird_fetch_object » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_fetch ... ワード: fetch , ibase , assoc , fbird , 関数 , row , execute , 参考 , ...
https://man.plustar.jp/php/function.fbird-fetch-assoc.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 3864
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... 20))" ; $stid = oci_parse ( $conn , $create ); oci_execute ( $stid ); $create_pkg = " CREATE OR REPLACE PACKA ... " ; $stid = oci_parse ( $conn , $create_pkg ); oci_execute ( $stid ); $create_pkg_body = " CREATE OR REPLACE ... stid = oci_parse ( $conn , $create_pkg_body ); oci_execute ( $stid ); $stid = oci_parse ( $conn , "BEGIN arra ... $stid , ":c1" , $array , 5 , - 1 , SQLT_CHR ); oci_execute ( $stid ); var_dump ( $array ); ?> 関連キーワード: ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
Description 3864
« Swoole\Coroutine\Http\Client::__construct Swoole\Coroutine\Http\Client::execute » PHP Manual S ... Http , destruct , 関数 , パラメータ , construct , execute , swoole ...
https://man.plustar.jp/php/swoole-coroutine-http-client.destruct.html - [similar]
Description 3864
« Swoole\Coroutine\Http\Client::execute Swoole\Coroutine\Http\Client::getDefer » PHP Manual Swoo ... , Swoole , Coroutine , Http , 関数 , パラメータ , execute , getDefer , swoole , public ...
https://man.plustar.jp/php/swoole-coroutine-http-client.get.html - [similar]
Statement クラス 3833
« SqlStatementResult::nextResult Statement::__construct » PHP Manual Mysql_xdevapi Statement クラ ... ysql_xdevapi\Statement { /* Constants */ const int EXECUTE_ASYNC = 1 ; const int BUFFERED = 2 ; /* メソッド * ... s (): bool } 定義済み定数 mysql_xdevapi\Statement::EXECUTE_ASYNC mysql_xdevapi\Statement::BUFFERED 目次 State ...
https://man.plustar.jp/php/class.mysql-xdevapi-statement.html - [similar]
The RarEntry class 3833
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... N_VIRTUAL = 65536 ; const int ATTRIBUTE_UNIX_WORLD_EXECUTE = 1 ; const int ATTRIBUTE_UNIX_WORLD_WRITE = 2 ; c ... IX_WORLD_READ = 4 ; const int ATTRIBUTE_UNIX_GROUP_EXECUTE = 8 ; const int ATTRIBUTE_UNIX_GROUP_WRITE = 16 ; ... X_GROUP_READ = 32 ; const int ATTRIBUTE_UNIX_OWNER_EXECUTE = 64 ; const int ATTRIBUTE_UNIX_OWNER_WRITE = 128 ... Microsoft Windows. RarEntry::ATTRIBUTE_UNIX_WORLD_EXECUTE Bit that represents a UNIX entry that is world exe ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
文の実行で作用された行数を取得する 3833
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... eate table emp2 as select * from employees" ); oci_execute ( $stid ); echo oci_num_rows ( $stid ) . " rows in ... id = oci_parse ( $conn , "delete from emp2" ); oci_execute ( $stid , OCI_DEFAULT ); echo oci_num_rows ( $stid ... tid = oci_parse ( $conn , "drop table emp2" ); oci_execute ( $stid ); oci_free_statement ( $stid ); oci_close ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]