Go to the source code of this file.
Variables | |
$optionsWithArgs = array( 's', 'e', 'p' ) | |
$file = fopen( $posFile, 'w' ) |
Usage: php updateSearchIndex.php [-s START] [-e END] [-p POSFILE] [-l LOCKTIME] [-q] Where START is the starting timestamp END is the ending timestamp POSFILE is a file to load timestamps from and save them to, searchUpdate.pos by default LOCKTIME is how long the searchindex and cur tables will be locked for -q means quiet
Definition in file updateSearchIndex.php.
$file = fopen( $posFile, 'w' ) |
Definition at line 53 of file updateSearchIndex.php.
$optionsWithArgs = array( 's', 'e', 'p' ) |
Definition at line 17 of file updateSearchIndex.php.