| 
 | SwishSearch::setPhraseDelimiterSet 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 
<?phpThe 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"
}
 |