📜  html 到图像 php 代码示例

📅  最后修改于: 2022-03-11 14:54:36.175000             🧑  作者: Mango

代码示例1
$url="http://google.com";
$output_path="test.png";
shell_exec("$path $url $output_path");