这种写法是可行的吗?在字符串中加一个{$type}??
$fun = "imagecreatefrom{$type}"; $image = $fun($src);
$fun = "imagecreatefrom{$type}";//这句就是方便解析$type这个变量。