MDB_Common::getTextValue()

MDB_Common::getTextValue() -- quotes a string

概要

require_once 'MDB.php';

string MDB::getTextValue (string $string)

説明

Quotes a string database-dependent, so it can be safely used in a query

パラメータ

string $string

the input string to quote

返り値

string - the quoted string.

注意

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