Skip to content

Commit 4ed2bfe

Browse files
committed
docs: add links to PHP manual
1 parent ba7a195 commit 4ed2bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/helpers/filesystem_helper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The following functions are available:
204204
:returns: Symbolic permissions string
205205
:rtype: string
206206

207-
Takes numeric permissions (such as is returned by ``fileperms()``) and returns
207+
Takes numeric permissions (such as is returned by `fileperms() <https://www.php.net/manual/en/function.fileperms.php>`_) and returns
208208
standard symbolic notation of file permissions.
209209

210210
.. literalinclude:: filesystem_helper/012.php
@@ -215,7 +215,7 @@ The following functions are available:
215215
:returns: Octal permissions string
216216
:rtype: string
217217

218-
Takes numeric permissions (such as is returned by ``fileperms()``) and returns
218+
Takes numeric permissions (such as is returned by `fileperms() <https://www.php.net/manual/en/function.fileperms.php>`_) and returns
219219
a three character octal notation of file permissions.
220220

221221
.. literalinclude:: filesystem_helper/013.php

0 commit comments

Comments
 (0)