Recursively creating directory structures
Posted on April 5th, 2004 in Code Repository | 17 Comments »
mkdirr allows you to create whole directory trees independent of what folders exist in the path.
My name is Aidan Lister. I am a professional web developer working primarily with PHP. I am an author of the PHP documentation, and a PEAR developer.
This personal blog discusses what's hot in web development, programming concepts and solutions, and my code repository.
mkdirr allows you to create whole directory trees independent of what folders exist in the path.
mail_obfuscate allows you to quickly obfuscate an email address in JavaScript to prevent spambots harvesting the address.
hexdump() allows you to dump a binary data stream into a human-friendly format.
ftp_rmdirr() allows the deletion of whole directory trees on remote servers via FTP.