Skip to content

Commit 59d8f32

Browse files
filesystem: remove duplicate example for readlink
1 parent 7c3a782 commit 59d8f32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/filesystem.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ systems (unlike PHP's :phpfunction:`readlink` function)::
214214

215215
Its behavior is the following::
216216

217-
$filesystem->readlink($path, $canonicalize = false);
218-
219217
* When ``$canonicalize`` is ``false`` (the default value):
220218
* if ``$path`` does not exist or is not a link, it returns ``null``.
221219
* if ``$path`` is a link, it returns the next direct target of the link without considering the existence of the target.

0 commit comments

Comments
 (0)