PHP » GoLang |
login |
register |
about
|
GoLang SwishSearch::setPhraseDelimiter
request it (277)
GoLang replacement for PHP's SwishSearch::setPhraseDelimiter
[edit | history]
PHP SwishSearch::setPhraseDelimiterPHP original manual for SwishSearch::setPhraseDelimiter [ show | php.net ]SwishSearch::setPhraseDelimiter(PECL swish >= 0.1.0) SwishSearch::setPhraseDelimiter — Set the phrase delimiter Description
void SwishSearch::setPhraseDelimiter
( string
$delimiter
)Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Parameters
Return ValuesNo value is returned. Examples
Example #1 Basic SwishSearch::setPhraseDelimiter() example
<?php The above example will output something similar to: First query found: 1 hits Second query found: 1 hits Third query found: 2 hits array(2) { [0]=> string(5) "every" [1]=> string(4) "time" } |
more
Recently updated
more
Most requested
more
Last requests
|