ファイルパーミッションの設定


 chmodを使用します。第1パラメータにパーミッションを指定します。
$ret = chmod 0666, 'hoge.log';

関連項目

chmod関数
ファイルパーミッションの取得