カテゴリー一覧

Firebird/InterBase 関数

一つ上の階層へ移動

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

fbird_add_user - のエイリアス ibase_add_user()
fbird_affected_rows - のエイリアス ibase_affected_rows()
fbird_backup - のエイリアス ibase_backup()
fbird_blob_add - のエイリアス ibase_blob_add()
fbird_blob_cancel - Cancel creating blob
fbird_blob_close - のエイリアス ibase_blob_close()
fbird_blob_create - のエイリアス ibase_blob_create()
fbird_blob_echo - のエイリアス ibase_blob_echo()
fbird_blob_get - のエイリアス ibase_blob_get()
fbird_blob_import - のエイリアス ibase_blob_import()
fbird_blob_info - のエイリアス ibase_blob_info()
fbird_blob_open - のエイリアス ibase_blob_open()
fbird_close - のエイリアス ibase_close()
fbird_commit_ret - のエイリアス ibase_commit_ret()
fbird_commit - のエイリアス ibase_commit()
fbird_connect - のエイリアス ibase_connect()
fbird_db_info - のエイリアス ibase_db_info()
fbird_delete_user - のエイリアス ibase_delete_user()
fbird_drop_db - のエイリアス ibase_drop_db()
fbird_errcode - のエイリアス ibase_errcode()
fbird_errmsg - のエイリアス ibase_errmsg()
fbird_execute - のエイリアス ibase_execute()
fbird_fetch_assoc - のエイリアス ibase_fetch_assoc()
fbird_fetch_object - のエイリアス ibase_fetch_object()
fbird_fetch_row - のエイリアス ibase_fetch_row()
fbird_field_info - のエイリアス ibase_field_info()
fbird_free_event_handler - のエイリアス ibase_free_event_handler()
fbird_free_query - のエイリアス ibase_free_query()
fbird_free_result - のエイリアス ibase_free_result()
fbird_gen_id - のエイリアス ibase_gen_id()
fbird_maintain_db - のエイリアス ibase_maintain_db()
fbird_modify_user - のエイリアス ibase_modify_user()
fbird_name_result - のエイリアス ibase_name_result()
fbird_num_fields - のエイリアス ibase_num_fields()
fbird_num_params - のエイリアス ibase_num_params()
fbird_param_info - のエイリアス ibase_param_info()
fbird_pconnect - のエイリアス ibase_pconnect()
fbird_prepare - のエイリアス ibase_prepare()
fbird_query - のエイリアス ibase_query()
fbird_restore - のエイリアス ibase_restore()
fbird_rollback_ret - のエイリアス ibase_rollback_ret()
fbird_rollback - のエイリアス ibase_rollback()
fbird_server_info - のエイリアス ibase_server_info()
fbird_service_attach - のエイリアス ibase_service_attach()
fbird_service_detach - のエイリアス ibase_service_detach()
fbird_set_event_handler - のエイリアス ibase_set_event_handler()
fbird_trans - のエイリアス ibase_trans()
fbird_wait_event - のエイリアス ibase_wait_event()
ibase_add_user - Add a user to a security database
ibase_affected_rows - 直近のクエリで変更された行の数を返す
ibase_backup - Initiates a backup task in the service manager and returns immediately
ibase_blob_add - 生成された blob にデータを追加する
ibase_blob_cancel - blob の生成を取り消す
ibase_blob_close - blob を閉じる
ibase_blob_create - データを追加するために blob を生成する
ibase_blob_echo - ブラウザに blob の内容を出力する
ibase_blob_get - オープンした blob から len バイト分のデータを取得する
ibase_blob_import - blob を生成し、ファイルをコピーし、閉じる
ibase_blob_info - blob の長さと他の便利な情報を返す
ibase_blob_open - データの一部を取得するために blob をオープンする
ibase_close - InterBase データベースへの接続を閉じる
ibase_commit_ret - トランザクションを閉じずにコミットする
ibase_commit - トランザクションをコミットする
ibase_connect - データベースへの接続をオープンする
ibase_db_info - データベースについての統計情報を要求する
ibase_delete_user - Delete a user from a security database
ibase_drop_db - データベースを削除する
ibase_errcode - エラーコードを返す
ibase_errmsg - エラーメッセージを返す
ibase_execute - 準備されたクエリを実行する
ibase_fetch_assoc - クエリの結果から、行を連想配列として取得する
ibase_fetch_object - InterBase データベースからオブジェクトを得る
ibase_fetch_row - InterBase データベースから 1 行分の結果を取得する
ibase_field_info - フィールドに関する情報を得る
ibase_free_event_handler - 登録済みのイベントハンドラをキャンセルする
ibase_free_query - プリペアドクエリにより確保されたメモリを解放する
ibase_free_result - 結果セットを解放する
ibase_gen_id - 指定した名前のジェネレータをひとつ加算し、その新しい値を返す
ibase_maintain_db - データベースサーバーでメンテナンスコマンドを実行する
ibase_modify_user - Modify a user to a security database
ibase_name_result - 結果セットに名前を割り当てる
ibase_num_fields - 結果セットにおけるフィールド数を得る
ibase_num_params - プリペアドクエリのパラメータ数を返す
ibase_param_info - プリペアドクエリのパラメータに関する情報を返す
ibase_pconnect - InterBase データベースへの持続的接続をオープンする
ibase_prepare - Prepare a query for later binding of parameter placeholders and execution
ibase_query - InterBase データベースでクエリを実行する
ibase_restore - Initiates a restore task in the service manager and returns immediately
ibase_rollback_ret - トランザクションを閉じずにロールバックする
ibase_rollback - トランザクションをロールバックする
ibase_server_info - データベースサーバーについての情報を要求する
ibase_service_attach - サービスマネージャに接続する
ibase_service_detach - サービスマネージャとの接続を切断する
ibase_set_event_handler - イベントが発生した際にコールされるコールバック関数を登録する
ibase_trans - トランザクションを開始する
ibase_wait_event - データベースでイベントが発生するのを待つ
					

ワード検索


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

関数名アルファベット別

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用の拡張モジュール