Maintenance script used to fetch page text in a subprocess.
require_once RUN_MAINTENANCE_IF_MAIN
static getRevisionText( $row, $prefix='old_', $wiki=false)
Get revision text associated with an old or archive row $row is usually an object from wfFetchRow(),...
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
execute()
returns a string containing the following in order: textid length of text (-1 on error = failure to...
doGetText( $db, $id)
May throw a database error if, say, the server dies during query.
output( $out, $channel=null)
Throw some output to the user.