in reply to Creating file with 777 permission
I'd never do that myself. If I really want to create a file with 0777 permissions, I'd use chmod() after finishing writing the file.