|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-15 18:16 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jul 03 04:00:02 2026 UTC |
When tyying to use the imagetypes function is get "Fatal error: Call to unsupported or undefined function imagetypes() in theme.php3 on line 35" Short sample follows clipped straight from your example if (ImageTypes() & IMG_PNG) { echo "PNG Support is enabled"; }