function chkgd2(){ $testGD = get_extension_funcs("gd"); // Grab function list if (!$testGD){ echo "GD not even installed."; exit; } if (in_array ("imagegd2",$testGD)) $gd_version = "<2"; // Check if ($gd_version == "<2") return false; else return true; }
if (chkgd2()) echo "<h1>GD2+ is installed.</h1>"; // Test for GD2 else echo "<h1>GD2+ is not installed.</h1>"
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.