Home >Backend Development >PHP Tutorial >PHP basic exercises--directory operations_PHP tutorial
php basic exercises - directory traversal:
Core: Classic applications of recursion, as well as basic operations on files and directories.
Core: copy function.
Core: Note that unlink deletes the file with path.
Core: Understand recursive functions by determining where $tot returns.