(PHP 4)
php_uurenamefile -- Renames one item of the file list.
int php_uurenamefile (resource item, string newname)
This function renames one item of the file list. The old name is discarded and replaced by newname.
The name should be a local filename without any directory information, which would be stripped by the filename filter anyway.