SphinxClient::escapeString

(PECL sphinx >= 0.1.0)

SphinxClient::escapeStringEscape special characters

설명

public string SphinxClient::escapeString ( string $string )

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

인수

string

String to escape.

반환값

Returns escaped string.

add a note add a note

User Contributed Notes

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