Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2de717

Browse files
committed
Tweak
1 parent bbfc4cc commit a2de717

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/filesystem.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,9 @@ support symbolic links, a third boolean argument is available::
214214

215215
:method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` read links targets.
216216

217-
PHP's :phpfunction:`readlink` function returns the target of a symbolic link.
218-
219-
The :method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` method provided
220-
by the Filesystem component always behaves in the same way::
217+
The :method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` method
218+
provided by the Filesystem component behaves in the same way on all operating
219+
systems (unlike PHP's :phpfunction:`readlink` function)::
221220

222221
// returns the next direct target of the link without considering the existence of the target
223222
$filesystem->readlink('/path/to/link');

0 commit comments

Comments
 (0)