Skip to content

Instantly share code, notes, and snippets.

@kevinholler
Created April 18, 2012 17:24
Show Gist options
  • Save kevinholler/2415251 to your computer and use it in GitHub Desktop.
Save kevinholler/2415251 to your computer and use it in GitHub Desktop.
write test
<?php
$structure = sys_get_temp_dir().'/bla';
if (!mkdir($structure, 0, true)) {
die('Failed');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment