Ayarlamak true özyinelemeli bayrağı ile mkdir() kullanırken tüm oluşturulan dizinleri belirtilen chmod ya da sadece son bir tane alabilirim? Örneğin:
mkdir('/doesnotExist1/doesnotExist2/doesnotExist3/', 0755, true);
/doesnotExist1/doesnotExist2/ da = 0755 /doesnotExist1/doesnotExist2/doesnotExist3/ olarak aynı chmod yeni oluşturulan dizinleri /doesnotExist1/ ve alacak?
Değilse, force the above behavior için herhangi bir yolu var mı?
Ben kendimi bu test olacağını, ama ben bir * nix kutu ATM erişimi yok.