検索

phrase: max: clip:
target: order:
Results of 891 - 900 of about 1114 for from (0.136 sec.)
Get the number of elements in collection type column using OID 2541
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... 'a')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
Set a read lock on the given OID 2541
« cubrid_lob2_write cubrid_lock_write » PHP Manual CUBRID 関数 Set a read lock on the given OID ... 'b')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ...
https://man.plustar.jp/php/function.cubrid-lock-read.html - [similar]
Set a write lock on the given OID 2541
« cubrid_lock_read cubrid_move_cursor » PHP Manual CUBRID 関数 Set a write lock on the given OID ... 'b')" ); $req = cubrid_execute ( $conn , "SELECT * FROM foo" , CUBRID_INCLUDE_OID ); cubrid_move_cursor ( ...
https://man.plustar.jp/php/function.cubrid-lock-write.html - [similar]
Escape special characters in a string for use in an SQL statement 2541
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... r ')" ); $req = cubrid_execute ( $conn , "SELECT * FROM cubrid_test" ); $row = cubrid_fetch_assoc ( $req ) ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを設定する 2541
« date_default_timezone_get date_diff » PHP Manual 日付・時刻 関数 スクリプト中の日付/時刻関数で ... 'date.timezone' ))){ echo 'Script timezone differs from ini-set timezone.' ; } else { echo 'Script timezon ...
https://man.plustar.jp/php/function.date-default-timezone-set.html - [similar]
接続リソースあるいはステートメントリソースのオプションを設定する 2541
« db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン ... OLLABLE ); $stmt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE' ); /* 間違ったリソース、そして正しいオプ ... OLLABLE ); $stmt = db2_prepare ( $conn , 'SELECT * FROM EMPLOYEE WHERE EMPNO = ? OR EMPNO = ?' ); /* 正しい ... obody" )); $stmt = db2_prepare ( $conn , 'select * from names where first = ?' ); $name = "first2" ; db2_b ...
https://man.plustar.jp/php/function.db2-set-option.html - [similar]
オープンした blob から len バイト分のデータを取得する 2541
« ibase_blob_echo ibase_blob_import » PHP Manual Firebird/InterBase 関数 オープンした blob から ... 例 <?php $result = ibase_query ( "SELECT blob_value FROM table" ); $data = ibase_fetch_object ( $result ); ...
https://man.plustar.jp/php/function.ibase-blob-get.html - [similar]
InterBase データベースでクエリを実行する 2541
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... $host , $username , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_query ( $dbh , $stmt ) or ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
メッセージヘッダの配列をソートする 2541
« imap_setflag_full imap_status » PHP Manual IMAP 関数 メッセージヘッダの配列をソートする imap_s ... DATE - メッセージの日付 SORTARRIVAL - 到着日付 SORTFROM - 最初の From アドレスのメールボックス SORTSUBJECT ...
https://man.plustar.jp/php/function.imap-sort.html - [similar]
ユリウス積算日をユダヤ暦に変換する 2541
« jdtogregorian jdtojulian » PHP Manual カレンダー 関数 ユリウス積算日をユダヤ暦に変換する jdtoj ... ) - ユダヤ暦の日付けをユリウス積算日に変換する cal_from_jd() - ユリウス積算日からサポートされるカレンダーに ...
https://man.plustar.jp/php/function.jdtojewish.html - [similar]