* Switching is_numeric() in isByte(), isShort() and isLong() out for sprintf()
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 9 May 2005 16:14:00 +0000 (16:14 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Mon, 9 May 2005 16:14:00 +0000 (16:14 +0000)
commit063b4fe03af2f828776a697c9ef8571460732cfa
treeb37e3785953e323ec6d47a01359c3332f816f4e9
parentf837a55e83d0763162ca240c4cc983aca04f8f03
* Switching is_numeric() in isByte(), isShort() and isLong() out for sprintf()
  per wegges suggestion because:
   1. $in can't be a floating point number
   2. When typecast php ignores any non-integers after the first row of integers
   3. A regular expression would be slower and insanely complex
   * Insert kind comments about php and remarks about how much I appriciate its existance here*
includes/Exif.php