SphinxClient::escapeString

(PECL sphinx >= 0.1.0)

SphinxClient::escapeStringEscape special characters

Opis

public SphinxClient::escapeString ( string $string ) : string

Escapes characters that are treated as special operators by the query language parser.

Parametry

string

String to escape.

Zwracane wartości

Returns escaped string.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top