<?php if (!is_writable('test.txt')) { if (!chmod('test.txt', 0777)) { echo "owned"; } else { echo "yay"; } } ?>