SphinxClient::escapeString

(PECL sphinx >= 0.1.0)

SphinxClient::escapeStringEscape special characters

Beskrivelse

public string SphinxClient::escapeString ( string $string )

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

Parametre

string

String to escape.

Returnerings Værdier

Returns escaped string.

add a note add a note

User Contributed Notes

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