DB_common::escapeSimple()

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

Synopsis

string escapeSimple (string $str)

Descripción

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

Parámetro

string $str

the input to be escaped

Valor devuelto

string - the escaped string

Nota

Esta función no puede ser llamada estáticamente.

Function available since: Release 1.6.0

Ejemplo

Ver

quoteIdentifier(), quoteSmart()