Could someone please explain this bit of code for me?
I found it in a tutorial formerly found at Zend.com
what does it do?
Code:srand(microtime()); $id=sprintf("%c%d",ord(?A?)+rand(0,26),time()); $dirname="$filepath/$id"; mkdir($dirname,0700); $filename=$dirname."/picture"; $out=@fopen($filename,"w");






Bookmarks