From 8d08a2647ad91057b6ec157a5a1f0e861ec131e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Wed, 28 Sep 2016 17:37:23 +0200 Subject: [PATCH] Add a note about Filesystem:mkdir behavior --- components/filesystem.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/filesystem.rst b/components/filesystem.rst index 2efc4cffb2e..b2799d7b922 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -64,6 +64,10 @@ On POSIX filesystems, directories are created with a default mode value You can pass an array or any :phpclass:`Traversable` object as the first argument. +.. note:: + + This function ignores already existing directories. + exists ~~~~~~