update links

This commit is contained in:
Arhell
2022-08-15 01:00:48 +03:00
parent 06ebe6550f
commit 4e28f262d3
11 changed files with 19 additions and 19 deletions

View File

@@ -268,7 +268,7 @@ class CFileHelper
* @param string $file the file name.
* @param string $magicFile name of a magic database file, usually something like /path/to/magic.mime.
* This will be passed as the second parameter to {@link https://php.net/manual/en/function.finfo-open.php finfo_open}.
* Magic file format described in {@link http://linux.die.net/man/5/magic man 5 magic}, note that this file does not
* Magic file format described in {@link https://linux.die.net/man/5/magic man 5 magic}, note that this file does not
* contain a standard PHP array as you might suppose. Specified magic file will be used only when fileinfo
* PHP extension is available. This parameter has been available since version 1.1.3.
* @param boolean $checkExtension whether to check the file extension in case the MIME type cannot be determined