カテゴリー一覧

CUBRID MySQL 互換関数

一つ上の階層へ移動

このカテゴリーの関数一覧

cubrid_affected_rows - Return the number of rows affected by the last SQL statement
cubrid_client_encoding - Return the current CUBRID connection charset
cubrid_close - Close CUBRID connection
cubrid_data_seek - Move the internal row pointer of the CUBRID result
cubrid_db_name - Get db name from results of cubrid_list_dbs
cubrid_errno - Return the numerical value of the error message from previous CUBRID operation
cubrid_error - Get the error message
cubrid_fetch_array - Fetch a result row as an associative array, a numeric array, or both
cubrid_fetch_assoc - Return the associative array that corresponds to the fetched row
cubrid_fetch_field - Get column information from a result and return as an object
cubrid_fetch_lengths - Return an array with the lengths of the values of each field from the current row
cubrid_fetch_object - Fetch the next row and return it as an object
cubrid_fetch_row - Return a numerical array with the values of the current row
cubrid_field_flags - Return a string with the flags of the given field offset
cubrid_field_len - Get the maximum length of the specified field
cubrid_field_name - Return the name of the specified field index
cubrid_field_seek - Move the result set cursor to the specified field offset
cubrid_field_table - Return the name of the table of the specified field
cubrid_field_type - Return the type of the column corresponding to the given field offset
cubrid_list_dbs - Return an array with the list of all existing CUBRID databases
cubrid_num_fields - Return the number of columns in the result set
cubrid_ping - Ping a server connection or reconnect if there is no connection
cubrid_query - Send a CUBRID query
cubrid_real_escape_string - Escape special characters in a string for use in an SQL statement
cubrid_result - Return the value of a specific field in a specific row
cubrid_unbuffered_query - Perform a query without fetching the results into memory
					

ワード検索


※入力キーワードが、関数名・説明文・タグに含まれるものを検索

関数名アルファベット別

A B C D E F G H I J
K L M N O P Q R S T
U V W X Y Z _

最終更新一覧

stristr
 大文字小文字を区別せず文字列を検索し、ヒット箇所以降(あるいは以前)の文字列を返却

stripslashes
 バックスラッシュでエスケープされた文字列から、バックスラッシュを取り除く

stripos
 大文字小文字を区別せずに文字列が最初に現れる位置を取得する

stripcslashes
 addcslashes() でクォートされた文字列をアンクォートする

strip_tags
 文字列から HTML と PHP のタグを除去して返却

strcspn
 指定した文字が最初に現れる位置を調べる

strcoll
 ロケールに基づいて2つの文字列を比較し同じか(あるいは大小)を判定する

strcmp
 2つの文字列を比較し同じか(あるいは大小)を判定する

strchr
 strstr() のエイリアス

strcasecmp
 2つの文字列を比較(大文字小文字を区別せず同じとみなす)

カテゴリー一覧

PHP の振る舞いの変更
音声フォーマットの操作
認証サービス
コマンドライン関連
圧縮およびアーカイブ
暗号
データベース関連
日付および時刻関連
ファイルシステム
自然言語および文字エンコーディング
画像処理および作成
メール関連
数学
テキスト以外の MIME 型
プロセス制御
その他の基本モジュール
その他のサービス
検索エンジン用の拡張モジュール
サーバー固有のモジュール
セッション関連
テキスト処理
変数・データ型関連
ウェブサービス
Windows 用のモジュール
XML 操作
GUI用の拡張モジュール