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 7c3a782 commit 59d8f32Copy full SHA for 59d8f32
components/filesystem.rst
@@ -214,8 +214,6 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
214
215
Its behavior is the following::
216
217
- $filesystem->readlink($path, $canonicalize = false);
218
-
219
* 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.
0 commit comments