Esempio n. 1
0
<?php

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

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

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