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 92d6983Copy full SHA for 92d6983
components/filesystem.rst
@@ -214,9 +214,9 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
214
215
Its behavior is the following::
216
217
- public function readlink($path, $canonicalize = false)
+ 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