Skip to content

Wire database p d o escape str

Escape a string value, same as $database->quote() but without surrounding quotes

Usage

$string = $database->escapeStr(string $str);

Arguments

Name

Type(s)

Description

str

string

Return value

string