検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 246 for where (0.014 sec.)
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 5150
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... y_params ( $dbconn , 'select count(*) from authors where city = $1' , array( 'Perth' )); // 基本的な pg_sen ... nd_query ( $dbconn , "select count(*) from authors where city = ' ${ str } '" ); ?> 参考 pg_send_query() - ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 5150
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... $stmt = $dbh -> prepare ( "SELECT * FROM REGISTRY where name = ?" ); $stmt -> execute ([ $_GET [ 'name' ]] ... $stmt = $dbh -> prepare ( "SELECT * FROM REGISTRY where name LIKE '%?%'" ); $stmt -> execute ([ $_GET [ 'n ... $stmt = $dbh -> prepare ( "SELECT * FROM REGISTRY where name LIKE ?" ); $stmt -> execute ([ "% $_GET [ nam ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
値をパラメータにバインドする 5150
« PDOStatement::bindParam PDOStatement::closeCursor » PHP Manual PDOStatement 値をパラメータにバ ... repare ( 'SELECT name, colour, calories FROM fruit WHERE calories < :calories AND colour = :colour' ); $sth ... repare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ? AND colour = ?' ); $sth -> bindValue ...
https://man.plustar.jp/php/pdostatement.bindvalue.html - [similar]
Send a CUBRID query 5070
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... 0 , 'demodb' ); $result = cubrid_query ( 'SELECT * WHERE 1=1' ); if (! $result ) { die( 'Invalid query: ' . ... ECT firstname, lastname, address, age FROM friends WHERE firstname='%s' AND lastname='%s'" , cubrid_real_es ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
クエリからの複数の行を二次元配列に取得する 5070
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci ... ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci ... ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
クエリの次の行を内部バッファに取得する 5070
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_parse ( $conn , ... } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_parse ( $conn , ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
Description 5070
« Imagick::setProgressMonitor Imagick::setResolution » PHP Manual Imagick Description Imagick::s ... useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while pr ...
https://man.plustar.jp/php/imagick.setregistry.html - [similar]
文を実行する準備を行い、文オブジェクトを返す 5070
« PDO::lastInsertId PDO::query » PHP Manual PDO 文を実行する準備を行い、文オブジェクトを返す PDO ... / $sql = 'SELECT name, colour, calories FROM fruit WHERE calories < :calories AND colour = :colour' ; $sth ... repare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ? AND colour = ?' ); $sth -> execute (a ... */ $sth = $dbh -> prepare ( 'SELECT * FROM issues WHERE tag::jsonb ?? ?' ); $sth -> execute ([ 'feature' ] ...
https://man.plustar.jp/php/pdo.prepare.html - [similar]
Returns the offset in the complete result set 5070
« SolrQuery::getSortFields SolrQuery::getStats » PHP Manual SolrQuery Returns the offset in the ... offset in the complete result set for the queries where the set of returned documents should begin. パラメ ...
https://man.plustar.jp/php/solrquery.getstart.html - [similar]
Size Coercion 5070
« UI\Point UI\Point::__construct » PHP Manual UI\Point Size Coercion UI\Point::at (UI 1.0.2) UI\ ... e $size ): UI\Point Shall return a UI\Point object where x and y are equal to those supplied, either in flo ...
https://man.plustar.jp/php/ui-point.at.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT