Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbfc4cc

Browse files
committed
minor#15381 fix readlink description (a1812)
This PR was merged into the 4.4 branch.Discussion----------fix readlink descriptionremove description readlink() for Windows misleadingseesymfony/symfony#40866Commits-------a2dd7ee fix readlink description
2 parentsb217159 +a2dd7ee commitbbfc4cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎components/filesystem.rst‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,7 @@ 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. However, its behavior
218-
is completely different under Windows and Unix. On Windows systems, ``readlink()``
219-
resolves recursively the children links of a link until a final target is found. On
220-
Unix-based systems ``readlink()`` only resolves the next link.
217+
PHP's:phpfunction:`readlink` function returns the target of a symbolic link.
221218

222219
The:method:`Symfony\\Component\\Filesystem\\Filesystem::readlink` method provided
223220
by the Filesystem component always behaves in the same way::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp