Ich bin heute auf eine Interviewfrage gestoßen. Stellen Sie sicher, dass chmod erfolgreich ausgeführt wird. Bitte helfen Sie mir, sie zu lösen!
$file = 'path/to/file'; $mode = 0755; if(@chmod($file,$mode) === false) throw new \RuntimeException("$file can not change mode to $mode");