Recursively copying directories in PHP
Posted 5 April 2004
This function allows you to copy an entire directory tree recursively. Symlinks on both operating systems are also accommodated for.
Just to make sure this function works perfectly, we can do some testing:
If everything works as expected, you should see a “TEST PASSED”.