add_recent_change()
add_recent_change(array $rchange)
Adds a new recent change to the recent changes file.
Parameters
array | $rchange | The new change to add. |
find_revisionid_timestamp(string $pagename, $timestamp) : integer
Given a page name and timestamp, returns the associated page revision number.
string | $pagename | The page name to obtain the revision number for. |
$timestamp |
The revision number of the given page at the given time.
render_recent_change_atom(array $recent_changes) : string
Renders a list of recent changes as an Atom 1.0 feed.
Requires the XMLWriter PHP class.
array | $recent_changes | The array of recent changes to render. |
The recent changes as an Atom 1.0 feed.