Posts by A Smythy C Costa • 9 points
2 posts
-
-1
votes4
answers11349
viewsA: What is the difference between SMALLINT(3) and INT(3)
according to progression, accept ever-increasing number ranges. tinyint = 1 byte smallint = 2 bytes mediumint = 3 bytes int = 4 bytes bigint = 8 bytes
-
0
votes1
answer150
viewsQ: How to check the mime_type of a file after extracting with Ziparchive?
With Ziparchive how can I check the mime_type of the files being unzipped? Example, taking the elements of a compressed file https://php.net/manual/en/ziparchive.extractto.php $path = 'zipfile.zip'…
phpasked A Smythy C Costa 9