Go to the source code of this file.
Functions | |
PHP | rotate_recent ($new_id, $new_title, $new_language, $new_date, $recent_file) |
Variables | |
$fp = fopen($recent_file, "r") | |
$newest_pages = fread($fp, filesize($recent_file)) |
PHP rotate_recent | ( | $ | new_id, | |
$ | new_title, | |||
$ | new_language, | |||
$ | new_date, | |||
$ | recent_file | |||
) |
Definition at line 17 of file recentchanges.php.
References $fp, and $recent_file.
Referenced by modulesetup_convention(), modulesetup_discuss(), modulesetup_documents(), and modulesetup_gallery2().
$fp = fopen($recent_file, "r") |
Definition at line 46 of file recentchanges.php.
$newest_pages = fread($fp, filesize($recent_file)) |
Definition at line 47 of file recentchanges.php.