File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ The following functions are available:
204
204
:returns: Symbolic permissions string
205
205
:rtype: string
206
206
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
208
208
standard symbolic notation of file permissions.
209
209
210
210
.. literalinclude :: filesystem_helper/012.php
@@ -215,7 +215,7 @@ The following functions are available:
215
215
:returns: Octal permissions string
216
216
:rtype: string
217
217
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
219
219
a three character octal notation of file permissions.
220
220
221
221
.. literalinclude :: filesystem_helper/013.php
You can’t perform that action at this time.
0 commit comments