Exemplo n.º 1
0
<?php

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

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

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