DB_common::query() (Previous) (Next) DB_common::quoteIdentifier()

View this page in Last updated: Sun, 29 Jun 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_common::quote()

DB_common::quote() -- 廃止予定: 文字列をクォートする

説明

データベースにあわせて文字列をクォートし、クエリ内で安全に使用できるようにします。

このメソッドは廃止予定です。かわりに quoteSmart() あるいは escapeSimple() を使用してください。

パラメータ

string $string

クォートする入力文字列。

返り値

string - クォートされた文字列を返します。

注意

この関数は、スタティックにコールする ことはできません。

警告

この関数は 非推奨の関数です。 今後、このパッケージの将来のバージョンでは、 サポートされないかもしれません。

リリース 1.6.0 で廃止されました。

DB_common::query() (Previous) (Next) DB_common::quoteIdentifier()

Download Documentation Last updated: Sun, 29 Jun 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.