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
Currently, you can only obtain MAGIC information in the file specified in the first argument.
<?phpechofilebin('sample string');
?>
Result:
PHP Warning: sample string file not found. in /root/work/github/php/mod_filebin/sample.php on line 63
Warning: sample string file not found. in /root/work/github/php/mod_filebin/sample.php on line 1
TO-BE
If the first 5Byte of the 1st argument value is DATA: prefix, use the magic_buffer api instead of the magic_file api.
AS-IS
Currently, you can only obtain MAGIC information in the file specified in the first argument.
TO-BE
If the first 5Byte of the 1st argument value is DATA: prefix, use the magic_buffer api instead of the magic_file api.
The text was updated successfully, but these errors were encountered: