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.
1 parent f44e97c commit 5340d8dCopy full SHA for 5340d8d
user_guide_src/source/libraries/files.rst
@@ -14,12 +14,13 @@ Getting a File instance
14
***********************
15
16
You create a new File instance by passing in the path to the file in the constructor.
17
-By default, the file does not need to exist. However, you can pass an additional argument of "true"
18
-to check that the file exists and throw ``FileNotFoundException()`` if it does not.
19
20
.. literalinclude:: files/001.php
21
:lines: 2-
22
+By default, the file does not need to exist. However, you can pass an additional argument of ``true``
+to check that the file exists and throw ``FileNotFoundException()`` if it does not.
23
+
24
Taking Advantage of Spl
25
26
0 commit comments