64]); echo $native; //设置打印光线跟踪的配置参数 $path = new Path(['glossinessthreshold' => 0.999]); echo $path; //设置打印 采样器 配置参数 $sampler = new Sampler(['imagemutationrate' => 0.888]); $sampler->random->overlapping = 32; echo $sampler; $lightStrategy = new LightStrategy(); echo $lightStrategy; $filesaver = new FileSaver(); echo $filesaver; */ $img = new Film(); echo $img; ?>