Skip to content

Instantly share code, notes, and snippets.

@hobodave
Created July 13, 2012 20:33
Show Gist options
  • Save hobodave/3107278 to your computer and use it in GitHub Desktop.
Save hobodave/3107278 to your computer and use it in GitHub Desktop.
<?php
umask(octdec('0002'));
mkdir('testing123', octdec('2770'));
<?php
umask(00002);
mkdir('testing123', 02770);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment