検索

phrase: max: clip:
target: order:
Results of 911 - 920 of about 1114 for from (0.105 sec.)
指定されたフィールドのフィールド番号を返す 2541
« pg_field_name pg_field_prtlen » PHP Manual PostgreSQL 関数 指定されたフィールドのフィールド番号 ... = pg_query ( $dbconn , "select author, year, title from authors where author = 'Orwell'" ); echo "Column ' ...
https://man.plustar.jp/php/function.pg-field-num.html - [similar]
フィールド番号に対応する型名を返す 2541
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... と仮定する $res = pg_query ( $dbconn , "select title from authors where author = 'Orwell'" ); echo "Title fi ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
結果インスタンスの内部行オフセットを設定する 2541
« pg_result_error pg_result_status » PHP Manual PostgreSQL 関数 結果インスタンスの内部行オフセッ ... $result = pg_query ( $conn , "SELECT author, email FROM authors" ); // 3 行目をシークする(結果が 3 行ある ...
https://man.plustar.jp/php/function.pg-result-seek.html - [similar]
クエリ結果のステータスを取得する 2541
« pg_result_seek pg_select » PHP Manual PostgreSQL 関数 クエリ結果のステータスを取得する pg_resu ... 実行する $result = pg_query ( $conn , "COPY authors FROM STDIN;" ); // 結果ステータスを得る $status = pg_re ...
https://man.plustar.jp/php/function.pg-result-status.html - [similar]
Dynamically adds a new method to a given class 2541
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to ... す。 16 参考 runkit7_method_copy() - Copies a method from class to another runkit7_method_redefine() - Dynam ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
Dynamically changes the code of the given method 2541
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... iven class runkit7_method_copy() - Copies a method from class to another runkit7_method_remove() - Dynamic ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
Cancels a statement 2541
« sqlsrv_begin_transaction sqlsrv_client_info » PHP Manual SQLSRV 関数 Cancels a statement sqlsr ... sqlsrv_errors (), true )); } $sql = "SELECT Sales FROM Table_1" ; $stmt = sqlsrv_prepare ( $conn , $sql ) ...
https://man.plustar.jp/php/function.sqlsrv-cancel.html - [similar]
Returns list of directory contents in repository URL, optionally at revision num... 2541
« svn_log svn_mkdir » PHP Manual SVN 関数 Returns list of directory contents in repository URL, ... eturns a list of files and directories, optionally from a specific revision. This is equivalent to svn lis ...
https://man.plustar.jp/php/function.svn-ls.html - [similar]
Add a high priority task to run in parallel 2541
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... work. Tasks with a high priority will be selected from the queue before those of normal or low priority. ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 2541
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... e work. Tasks with a low priority will be selected from the queue after those of normal or low priority. パ ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]