Архивы: api

Создание скриншота сайта

function screen($url, $razr, $razm, $form) {
    $toapi="http://mini.s-shot.ru/".$razr."/".$razm."/".$form."/?".$url;
    $scim=file_get_contents($toapi);
    file_put_contents("screen.".$form, $scim);
}