<?php
array gd_info ()
?>
<style>
@font-face { font-family: Philo; src: url(attf/philo/Philosopher-Italic.ttf);}
.t1 { font-family: Philo; background-color:#00CCFF; font-size:12px; text-align:center;}
.t2 { font-family: Philo; background-color:white; font-size:12px; }
.t14 { font-family: Philo; background-color:#00CCFF; font-size:16px; text-align:center;}
.circ { font-size: 12px; padding:5px; border: 1px solid #cccccc; border-radius: 10px; overflow-x:scroll; font-style:italic; background:#FFFFFF; }
</style>
<div class="circ"><table width="100%" cellspacing="5"
cellpadding="5" border="1" align="center"><tbody>
<tr class="t14"><td colspan="2">
<?php echo 'PHP ' . PHP_VERSION . '<br>' .
PHP_VERSION_ID; ?></td></tr>
<tr class="t1"><td>INFO</td><td>VALUE</td></tr>
<?php
foreach (gd_info() as $gdinf => $gdf)
{
if($gdf == 1)
{
echo "<tr class=\"t2\"><td>$gdinf</td><td>$gdf</td></tr>";
}
else
{
echo "<tr class=\"t2\"><td>$gdinf</td><td>$gdf</td></tr>";
}
}
?>
<tr class="t1"><td colspan="2">ed48</td></tr></tbody></table></div><br>
PHP 8.2.22 80222 | |
INFO | VALUE |
GD Version | bundled (2.1.0 compatible) |
FreeType Support | 1 |
FreeType Linkage | with freetype |
GIF Read Support | 1 |
GIF Create Support | 1 |
JPEG Support | 1 |
PNG Support | 1 |
WBMP Support | 1 |
XPM Support | 1 |
XBM Support | 1 |
WebP Support | 1 |
BMP Support | 1 |
AVIF Support | |
TGA Read Support | 1 |
JIS-mapped Japanese Font Support | |
ed48 |