検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 1114 for from (0.397 sec.)
Radius 2765
« 認証サービス はじめに » PHP Manual 認証サービス Radius Radius はじめに インストール/設定 要件 ... する radius_get_tagged_attr_data — Extracts the data from a tagged attribute radius_get_tagged_attr_tag — Ex ... tracts the tag from a tagged attribute radius_get_vendor_attr — ベンダ ...
https://man.plustar.jp/php/book.radius.html - [similar]
The Swoole\Client class 2765
« Swoole\Channel::stats Swoole\Client::close » PHP Manual Swoole The Swoole\Client class The Swo ... ile descriptor. Swoole\Client::recv — Receive data from the remote socket. Swoole\Client::resume — Resume ... shed. Swoole\Client::sleep — Remove the TCP client from system event loop. Swoole\Client::wakeup — Add the ...
https://man.plustar.jp/php/class.swoole-client.html - [similar]
Move the result set cursor to the specified field offset 2765
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... r FALSE on failure. パラメータ result result comes from a call to cubrid_execute() field_offset The numeri ... LECT event_code,athlete_code,nation_code,game_date FROM game WHERE host_year=1988 and event_code=20001;" ) ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
Move the cursor in the result 2765
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... origin Location where you want to move the cursor from CUBRID_CURSOR_FIRST , CUBRID_CURSOR_CURRENT , CUBR ... "dba" ); $req = cubrid_execute ( $conn , "SELECT * FROM code" ); cubrid_move_cursor ( $req , 1 , CUBRID_CU ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
Prepare a SQL statement for execution 2765
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... modb" ); $sql = <<<EOD SELECT g.event_code, e.name FROM game g JOIN event e ON g.event_code=e.code WHERE h ... _year = ? AND event_code NOT IN (SELECT event_code FROM game WHERE host_year=?) GROUP BY event_code; EOD; ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
Insert an element to a sequence type column using OID 2765
« cubrid_seq_drop cubrid_seq_put » PHP Manual CUBRID 関数 Insert an element to a sequence type c ... 'a')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ... "44" } 参考 cubrid_seq_drop() - Delete an element from sequence type column using OID cubrid_seq_put() - ...
https://man.plustar.jp/php/function.cubrid-seq-insert.html - [similar]
Update the element value of sequence type column using OID 2765
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... 'a')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ... "333" } 参考 cubrid_seq_drop() - Delete an element from sequence type column using OID cubrid_seq_insert() ...
https://man.plustar.jp/php/function.cubrid-seq-put.html - [similar]
Insert a single element to set type column using OID 2765
« cubrid_seq_put cubrid_set_autocommit » PHP Manual CUBRID 関数 Insert a single element to set t ... 'a')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ... ) "4" } 参考 cubrid_seq_drop() - Delete an element from sequence type column using OID 関連キーワード: str ...
https://man.plustar.jp/php/function.cubrid-set-add.html - [similar]
クエリの次の行をオブジェクトとして返す 2765
« oci_fetch_assoc oci_fetch_row » PHP Manual OCI8 関数 クエリの次の行をオブジェクトとして返す oc ... stid = oci_parse ( $conn , 'SELECT id, description FROM mytab' ); oci_execute ( $stid ); while (( $row = o ... = oci_parse ( $conn , 'SELECT id, "MyDescription" FROM mytab' ); oci_execute ( $stid ); while (( $row = o ... stid = oci_parse ( $conn , 'SELECT id, description FROM mytab' ); oci_execute ( $stid ); while (( $row = o ...
https://man.plustar.jp/php/function.oci-fetch-object.html - [similar]
文の実行で作用された行数を取得する 2765
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... oci_parse ( $conn , "create table emp2 as select * from employees" ); oci_execute ( $stid ); echo oci_num_ ... ent ( $stid ); $stid = oci_parse ( $conn , "delete from emp2" ); oci_execute ( $stid , OCI_DEFAULT ); echo ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]