Skip to content

Instantly share code, notes, and snippets.

@yujuwon
Created October 31, 2013 07:12
Show Gist options
  • Select an option

  • Save yujuwon/7245443 to your computer and use it in GitHub Desktop.

Select an option

Save yujuwon/7245443 to your computer and use it in GitHub Desktop.
<?php
define('PAGE_ROOT', dirname(realpath(__FILE)));
if(!is_dir(PAGE_ROOT."/test/aaa")){
umask(0);
if(!mkdir(PAGE_ROOT."/test/aaa", 0777, true)){
print_r(error_get_last());
return;
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment