Example #1
0
<?php

$content = zhtml2img("http://www.baidu.com");
echo $content;
Example #2
0
<?php

$config = array("in" => "http://www.baidu.com", "out" => './c.jpg');
zhtml2img($config);
Example #3
0
<?php

zhtml2img("http://www.baidu.com", "./baidu.jpg");