検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 555 for query (0.098 sec.)
Register callback function based on event name. 3623
« Swoole\MySQL::getBuffer Swoole\MySQL::query » PHP Manual Swoole\MySQL Register callback functi ... Register , function , based , Swoole , getBuffer , query , swoole , public ...
https://man.plustar.jp/php/swoole-mysql.on.html - [similar]
URL を組み立てる 3623
« Yaf_Route_Supervar Yaf_Route_Supervar::__construct » PHP Manual Yaf_Route_Supervar URL を組み立 ... af_Route_Supervar::assemble ( array $info , array $query = ? ): string URL を組み立てます パラメータ info q ... ervar , Route , assemble , info , string , array , query , tkey , スロー ...
https://man.plustar.jp/php/yaf-route-supervar.assemble.html - [similar]
MongoDB driver classes 3600
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... a database command MongoDB\Driver\Manager::executeQuery — Execute a database query MongoDB\Driver\Manager: ... :__construct — Create a new Command MongoDB\Driver\Query — The MongoDB\Driver\Query class MongoDB\Driver\Qu ... ery::__construct — Create a new Query MongoDB\Driver\BulkWrite — The MongoDB\Driver\Bulk ... mmand on this server MongoDB\Driver\Server::executeQuery — Execute a database query on this server MongoDB\ ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
SQL 文を直接実行する 3600
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... db2_connect ( "SAMPLE" , "db2inst1" , "ibmdb2" ); $query = 'SELECT * FROM XMLTABLE( XMLNAMESPACES (DEFAULT ... = \'Kathy Smith\' ' ; $stmt = db2_exec ( $conn , $query ); while( $row = db2_fetch_object ( $stmt )){ prin ... db2_connect ( "SAMPLE" , "db2inst1" , "ibmdb2" ); $query = ' SELECT A.CID, A.NAME, A.PHONE, C.PONUM, C.STAT ... = \'Kathy Smith\' ' ; $stmt = db2_exec ( $conn , $query ); while( $row = db2_fetch_object ( $stmt )){ prin ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
ステートメントの結果セットの任意の行に移動する 3600
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... iled: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT Name, CountryCode FROM City ORDER BY Nam ... e" ; if ( $stmt = $mysqli -> prepare ( $query )) { /* クエリを実行します */ $stmt -> execute (); ... iled: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT Name, CountryCode FROM City ORDER BY Nam ... e" ; if ( $stmt = mysqli_prepare ( $link , $query )) { /* クエリを実行します */ mysqli_stmt_execute ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
Description 3600
« Swoole\Coroutine\MySQL::__destruct Swoole\Coroutine\MySQL::query » PHP Manual Swoole\Coroutine ... outine , getDefer , 関数 , パラメータ , destruct , query , swoole , public ...
https://man.plustar.jp/php/swoole-coroutine-mysql.getdefer.html - [similar]
Description 3600
« Swoole\Coroutine\MySQL::query Swoole\Coroutine\MySQL::setDefer » PHP Manual Swoole\Coroutine D ... , Swoole , Coroutine , recv , 関数 , パラメータ , query , setDefer , swoole , public ...
https://man.plustar.jp/php/swoole-coroutine-mysql.recv.html - [similar]
プリペアドステートメントを実行する 3577
« db2_exec db2_fetch_array » PHP Manual IBM DB2 関数 プリペアドステートメントを実行する db2_exec ... db2_connect ( "SAMPLE" , "db2inst1" , "ibmdb2" ); $query = 'SELECT * FROM XMLTABLE( XMLNAMESPACES (DEFAULT ... WHERE NAME = ? ' ; $stmt = db2_prepare ( $conn , $query ); $name = 'Kathy Smith' ; if ( $stmt ) { db2_bind ... db2_connect ( "SAMPLE" , "db2inst1" , "ibmdb2" ); $query = ' SELECT A.CID, A.NAME, A.PHONE, C.PONUM, C.STAT ... AND A.NAME = ? ' ; $stmt = db2_prepare ( $conn , $query ); $name = 'Kathy Smith' ; if ( $stmt ) { db2_bind ...
https://man.plustar.jp/php/function.db2-execute.html - [similar]
のエイリアス ibase_free_event_handler 3577
« fbird_field_info fbird_free_query » PHP Manual Firebird/InterBase 関数 のエイリアス ibase_free ... t , handler , free , ibase , fbird , 関数 , info , query , 参考 , ...
https://man.plustar.jp/php/function.fbird-free-event-handler.html - [similar]
結果の行をオブジェクトとして取得する 3577
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... esult 評価された結果 リソース 。この結果は、 mysql_query() のコールにより得られたものです。 class_name イン ... rd" ); mysql_select_db ( "mydb" ); $result = mysql_query ( "select * from mytable" ); while ( $row = mysql_ ... rd" ); mysql_select_db ( "mydb" ); $result = mysql_query ( "select name from mytable limit 1" ); $obj = mys ... data_seek() - 内部的な結果ポインタを移動する mysql_query() - MySQL クエリを送信する 関連キーワード: fetch , ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]