DB_common::escapeSimple()

DB_common::escapeSimple() -- Escapes a string according to the current DBMS's standards

Referentiesamenvatting

string escapeSimple (string $str)

Beschrijving

Escape a string according to the current DBMS's standards.

Parameter

string $str

the input to be escaped

Return waarde

string - the escaped string

Note

Deze functie kan niet statisch worden aangeroepen.

Function available since: Release 1.6.0

Voorbeeld

Zie

quoteIdentifier(), quoteSmart()