Saya menghadapi soalan temuduga hari ini Pastikan chmod berjaya dilaksanakan.
$file = 'path/to/file'; $mode = 0755; if(@chmod($file,$mode) === false) throw new \RuntimeException("$file can not change mode to $mode");