Skip to content

Commit 18481a6

Browse files
authored
Update filesystem.rst
1 parent f2b6977 commit 18481a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/filesystem.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ support symbolic links, a third boolean argument is available::
212212

213213
:method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` read links targets.
214214

215-
PHP's ``readlink()`` function returns the target of a symbolic link. However, its behavior
215+
PHP's :method:`Symfony\\Component\\Filesystem\\Filesystem::readlink`
216+
function returns the target of a symbolic link. However, its behavior
216217
is completely different under Windows and Unix. On Windows systems, ``readlink()``
217218
resolves recursively the children links of a link until a final target is found. On
218219
Unix-based systems ``readlink()`` only resolves the next link.

0 commit comments

Comments
 (0)