| File_SearchReplace | File_HtAccess |
| File_SearchReplace | |
| PEAR Manual | |
require_once 'File/SearchReplace.php';
|
void
File_SearchReplace::setSearchFunction (
array $search_function
)
Function to determine which search function is used.
$search_function - The search function that should be used. Possible values: "normal" , "quick" , "preg" , "ereg"
This function can not be called statically.
| File_SearchReplace | File_HtAccess |
| File_SearchReplace | |
| PEAR Manual | |