We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97b6a2a + dda6dde commit 787cc8bCopy full SHA for 787cc8b
components/filesystem.rst
@@ -229,12 +229,12 @@ isAbsolutePath
229
// return false
230
$fs->isAbsolutePath('../dir');
231
232
-.. versionadded:: 2.3
233
- ``dumpFile`` is new in Symfony 2.3
234
-
235
dumpFile
236
~~~~~~~~
237
+.. versionadded:: 2.3
+ ``dumpFile`` is new in Symfony 2.3
+
238
:method:`Symfony\\Component\\Filesystem\\Filesystem::dumpFile` allows you to
239
dump contents to a file. It does this in an atomic manner: it writes a temporary
240
file first and then moves it to the new file location when it's finished.
0 commit comments