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.

fetch the first row (Previous) send a limited query to the database (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.