検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 1114 for from (1.439 sec.)
The StompFrame class 2688
« Stomp::unsubscribe StompFrame::__construct » PHP Manual Stomp The StompFrame class The StompFr ... めに Represents a message which was sent or received from a Stomp compliant Message Broker. クラス概要 class ...
https://man.plustar.jp/php/class.stompframe.html - [similar]
Removes all current search suffixes 2688
« EventDnsBase::addSearch EventDnsBase::__construct » PHP Manual EventDnsBase Removes all curren ... earch (): void Removes all current search suffixes from the DNS base; the EventDnsBase::addSearch() functi ...
https://man.plustar.jp/php/eventdnsbase.clearsearch.html - [similar]
Execute a prepared SQL statement 2688
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid ... ); $result = cubrid_execute ( $conn , "SELECT code FROM event WHERE name='100m Butterfly' and gender='M'" ... $history_req = cubrid_prepare ( $conn , "SELECT * FROM history WHERE event_code=?" ); cubrid_bind ( $hist ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
結果データを得る 2688
« mysql_real_escape_string mysql_select_db » PHP Manual MySQL 関数 結果データを得る mysql_result ... 名のエイリアスが定義されている ('select foo as bar from...')場合、そのカラム名の代わりに エイリアスを使用 ... _error ()); } $result = mysql_query ( 'SELECT name FROM work.employee' ); if (! $result ) { die( 'Could no ...
https://man.plustar.jp/php/function.mysql-result.html - [similar]
最後に見つかったエラーを返す 2688
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... ジの表示 <?php $stid = oci_parse ( $conn , "select ' from dual" ); // クォートが間違っていることに注意 if (! ... $stid = oci_parse ( $conn , "select does_not_exist from dual" ); $r = oci_execute ( $stid ); if (! $r ) { ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
クエリからの複数の行を二次元配列に取得する 2688
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... id = oci_parse ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ... id = oci_parse ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ... id = oci_parse ( $conn , 'SELECT POSTAL_CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
クエリの次の行を内部バッファに取得する 2688
« oci_fetch_row oci_field_is_null » PHP Manual OCI8 関数 クエリの次の行を内部バッファに取得する ... E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_ ... E_USER_ERROR ); } $sql = 'SELECT location_id, city FROM locations WHERE location_id < 1200' ; $stid = oci_ ...
https://man.plustar.jp/php/function.oci-fetch.html - [similar]
アクション名を設定します 2688
« oci_server_version oci_set_call_timeout » PHP Manual OCI8 関数 アクション名を設定します oci_se ... を起こすコードの例: $s = oci_parse ( $c , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , ... とができる sqlplus system/welcome SQL> select action from v$session; 注意 注意 : Oracle のバージョン この関数 ...
https://man.plustar.jp/php/function.oci-set-action.html - [similar]
クライアント識別子を設定します 2688
« oci_set_call_timeout oci_set_client_info » PHP Manual OCI8 関数 クライアント識別子を設定します ... SELECT SYS_CONTEXT('USERENV','CLIENT_IDENTIFIER') FROM DUAL などとして、クライアント識別子を後に問い合わせ ... 背負うでしょう $s = oci_parse ( $c , 'select mydata from mytable' ); oci_execute ( $s ); // ... ?> 注意 警告 ...
https://man.plustar.jp/php/function.oci-set-client-identifier.html - [similar]
クライアント情報を設定する 2688
« oci_set_client_identifier oci_set_db_operation » PHP Manual OCI8 関数 クライアント情報を設定す ... を起こすコードの例: $s = oci_parse ( $c , 'select * from dual' ); oci_execute ( $s ); oci_fetch_all ( $s , ... きる sqlplus system/welcome SQL> select client_info from v$session; 注意 注意 : Oracle のバージョン この関数 ...
https://man.plustar.jp/php/function.oci-set-client-info.html - [similar]