How can i check if a file is archived (zip or rar) without knowing the extension. I need to find it using php.
I cannot use Fileinfo because its not installed and installation of any other packages on the server its out of the question.
UPDATE:
Zip module its not installed and i cannot install extra packages.
I don’t want to use mime_content_type because its deprecated
Thank you
Output from
od -c:You could use something like this:
And my output: