|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-11 11:07 UTC] sniper@php.net
[2004-01-17 00:51 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 06:00:01 2025 UTC |
Description: ------------ getimagesize is reporting an mp3 file I tested as having a width and height of 4 and 3 and returning the mime types as a wbmp. array(5) { [0]=> int(4) [1]=> int(23) [2]=> int(15) [3]=> string(21) "width="4" height="23"" ["mime"]=> string(18) "image/vnd.wap.wbmp" } Reproduce code: --------------- Can supply mp3 on request