8000 Update filesystem.rst · symfony/symfony-docs@e6177f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6177f9

Browse files
Yohann76javiereguiluz
authored andcommitted
Update filesystem.rst
1 parent e6ee69a commit e6177f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ support symbolic links, a third boolean argument is available::
216216

217217
:method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` read links targets.
218218

219-
PHP's ``readlink()`` function returns the target of a symbolic link. However, its behavior
219+
PHP's :phpfunction:`readlink` function returns the target of a symbolic link. However, its behavior
220220
is completely different under Windows and Unix. On Windows systems, ``readlink()``
221221
resolves recursively the children links of a link until a final target is found. On
222222
Unix-based systems ``readlink()`` only resolves the next link.

0 commit comments

Comments
 (0)
0