previousMDB_Common::getRow() (Previous) (Next) MDB_Common::limitQuery()next

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

MDB_Common::getTextValue()

MDB_Common::getTextValue() – 文字列をクォートする

Synopsis

require_once 'MDB.php';

string MDB::getTextValue ( string $string )

Description

データベースに依存する方式で文字列をクォートします。 こうすることで、文字列をクエリ中で安全に使用できるようになります。

Parameter

string $string

クォートする文字列。

Return value

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

Note

This function can not be called statically.

previousMDB_Common::getRow() (Previous) (Next) MDB_Common::limitQuery()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.