(PHP 5)
streamWrapper::rename — Renames a file or directory
This method is called in response to rename().
Should attempt to rename path_from to path_to
Замечание:
In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support renaming files.
The URL to the current file.
The URL which the path_from should be renamed to.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Вызывает ошибку уровня E_WARNING если вызов к этому методу не удался (например, не реализован).
Замечание:
Свойство streamWrapper->context будет обновлено, если корректный контекст был передан в вызываемую функцию.