Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
SphinxClient::__construct (PECL sphinx >= 0.1.0) SphinxClient::__construct — Create a new SphinxClient object Beschreibung SphinxClient::__construct ( void ) Creates a new SphinxClient object. Parameter-Liste Diese Funktion hat keine Parameter. SphinxClient::buildKeywords SphinxClient::escapeString SphinxClient
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
SphinxClient::buildKeywords (PECL sphinx >= 0.1.0) SphinxClient::buildKeywords — Extract keywords from query Beschreibung public array SphinxClient::buildKeywords ( string $query , string $index , bool $hits ) Extracts keywords from query using tokenizer settings for the given index, optionally with per-keyword occurrence statistics. Parameter-Liste query A query to extract keywords from. index An index to get tokenizing [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
SphinxClient::buildExcerpts (PECL sphinx >= 0.1.0) SphinxClient::buildExcerpts — Build text snippets Beschreibung public array SphinxClient::buildExcerpts ( array $docs , string $index , string $words [, array $opts ] ) Connects to searchd, requests it to generate excerpts (snippets) from the given documents, and returns the results. Parameter-Liste docs Array of strings with documents' contents. index Index [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Liste der Schlüsselworte Die folgenden Begriffe haben in PHP eine spezielle Bedeutung. Einige von ihnen sehen aus wie Funktionen, Konstanten usw., in Wirklichkeit handelt es sich aber um Sprachkonstrukte. Keines der folgenden Worte kann als Name für eine benutzerdefinierte Konstante, Klasse, Funktion oder Methode genutzt werden. Die Nutzung als Variablenname ist in der Regel möglich, [...]