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

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

DB_common::quote()

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

Synopsis

string quote ( string $string )

Description

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

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

Parameter

string $string

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

Return value

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

Note

This function can not be called statically.

This function is deprecated. That means that future versions of this package may not support it anymore.

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

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

Download Documentation Last updated: Sun, 21 Jun 2009
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.