You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,12 @@
4
4
5
5
This extension is similar to the [fileinfo](https://www.php.net/manual/en/book.fileinfo.php) extension, but only one **filemagic** function is provided to make it a simple use.
6
6
7
+
The original name of this package is ```mod_filebin```. It has been changed to ```mod_magic``` since 3.0.1.
8
+
7
9
The **filemagic** function returns the same result as the result of the /bin/file command as a string.
8
10
11
+
***The master branch*** supports PHP 7 and above. For PHP4.3 to PHP 5, use the ```v2``` or ```2.x``` branch.
0 commit comments