MDB_Common::getTextValue()

MDB_Common::getTextValue() -- quotes a string

Synopsis

require_once 'MDB.php';

string MDB::getTextValue (string $string)

Beschreibung

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

Parameter

string $string

the input string to quote

Rückgabewert

string - the quoted string.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.