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

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

MDB_Common::getTextValue()

MDB_Common::getTextValue() – quotes a string

Synopsis

require_once 'MDB.php';

string MDB::getTextValue ( string $string )

Description

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

Parameter

string $string

the input string to quote

Return value

string - the quoted string.

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 18 Oct 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.