sphinx\Schema quoteValue()

quoteValue() public method

Quotes a string value for use in a query.

Note that if the parameter is not a string, it will be returned without change.

See also http://www.php.net/manual/en/function.PDO-quote.php.

public string quoteValue ( $str )
$str string

String to be quoted

return string

The properly quoted string

doc_Yii
2016-10-30 17:12:45
Comments
Leave a Comment

Please login to continue.