] [--begin ] [--throttle ] [--force] --begin: Only do categories whose names are alphabetically after the pro- vided name. Default: empty (start from beginning). --max-slave-lag: If slave lag exceeds this many seconds, wait until it drops before continuing. Default: 10. --throttle: Wait this many milliseconds after each category. Default: 0. --force: Run regardless of whether the database says it's been run already. TEXT; exit( 0 ); } $defaults = array( 'begin' => '', 'max-slave-lag' => 10, 'throttle' => 0, 'force' => false ); $options = array_merge( $defaults, $options ); populateCategory( $options['begin'], $options['max-slave-lag'], $options['throttle'], $options['force'] );