$databaseescapeStr()

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

Usage

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

Arguments

NameType(s)Description
$strstring

Return value

string


$database methods and properties

API reference based on ProcessWire core version 3.0.251