DB_common::escapeSimple()

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

Synopsis

string escapeSimple (string $str)

Opis

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

Parametr

string $str

the input to be escaped

Zwracana wartość

string - the escaped string

Uwagi

Ta funkcja nie może być wywołana statycznie.

Function available since: Release 1.6.0

Przykład

Zobacz

quoteIdentifier(), quoteSmart()