コード例 #1
0
ファイル: postie-functions.php プロジェクト: donwea/nhap.org
function HasIconvInstalled($display = true)
{
    $function_list = array("iconv");
    return HasFunctions($function_list, $display);
}
コード例 #2
0
ファイル: postie-functions.php プロジェクト: robfelty/postie
function HasGDInstalled($display = true)
{
    $function_list = array("getimagesize", "imagecreatefromjpeg", "imagecreatefromgif", "imagecreatefrompng", "imagecreatetruecolor", "imagecreatetruecolor", "imagecopyresized", "imagejpeg", "imagedestroy");
    return HasFunctions($function_list, $display);
}