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:
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
You can’t perform that action at this time.
0 commit comments