Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c870b2

Browse filesBrowse files
committed
minor symfony#7014 Add a note about Filesystem:mkdir behavior (mickaelandrieu)
This PR was merged into the 2.7 branch. Discussion ---------- Add a note about Filesystem:mkdir behavior This contribution is valid from 2.7 to 3.2+ Commits ------- 8d08a26 Add a note about Filesystem:mkdir behavior
2 parents 952deaf + 8d08a26 commit 1c870b2
Copy full SHA for 1c870b2

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎components/filesystem.rst

Copy file name to clipboardExpand all lines: components/filesystem.rst
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ On POSIX filesystems, directories are created with a default mode value
6464
You can pass an array or any :phpclass:`Traversable` object as the first
6565
argument.
6666

67+
.. note::
68+
69+
This function ignores already existing directories.
70+
6771
exists
6872
~~~~~~
6973

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.