|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-26 05:43 UTC] dbeu@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 28 10:00:01 2026 UTC |
The rename function only works with absolute paths. example that doesn't work: rename("test.txt","test2.txt"); I need somthing like it to do the same thing: copy("test.txt","test2.txt"); unlink("test.txt");