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 0902aa4 + 4cfd68b commit 1b577daCopy full SHA for 1b577da
components/filesystem.rst
@@ -221,9 +221,7 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
221
222
Its behavior is the following::
223
224
- public function readlink($path, $canonicalize = false)
225
-
226
-* When ``$canonicalize`` is ``false``:
+* When ``$canonicalize`` is ``false`` (the default value):
227
* if ``$path`` does not exist or is not a link, it returns ``null``.
228
* if ``$path`` is a link, it returns the next direct target of the link without considering the existence of the target.
229
0 commit comments