| Recommend this page to a friend! | 
| Classes of Hemant Kumar Tiwary | PHP Boolean Search String | ??? | Download | 
| 
 | 
 | ||||||||||||||||||||
|  Download How to use Include the class file and add below code to generate boolean search string. Code $text = '"account manager" or python and linux'; $obj = new GenerateBooleanQueryString($text); echo $obj->boolean_string; This function is use to convert text to Boolean compatible string. Case 1. Case 2. Case 3. Case 4. Case 5. Case 6.  |