MDB_Common::getTextValue()

MDB_Common::getTextValue() -- quotes a string

Referentiesamenvatting

require_once 'MDB.php';

string MDB::getTextValue (string $string)

Beschrijving

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

Parameter

string $string

the input string to quote

Return waarde

string - the quoted string.

Note

Deze functie kan niet statisch worden aangeroepen.