8000
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 b5eaf1b commit 47cb76dCopy full SHA for 47cb76d
components/filesystem.rst
@@ -214,9 +214,7 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
214
215
Its behavior is the following::
216
217
- public function readlink($path, $canonicalize = false)
218
-
219
-* When ``$canonicalize`` is ``false``:
+* When ``$canonicalize`` is ``false`` (the default value):
220
* if ``$path`` does not exist or is not a link, it returns ``null``.
221
* if ``$path`` is a link, it returns the next direct target of the link without considering the existence of the target.
222
0 commit comments