spekulatius / PHPScraper

A universal web-util for PHP.

Home Page:https://phpscraper.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check errors

xLukii opened this issue · comments

Greetings,

I would like to know how I can skip errors when the site does not load correctly or is not working, for example:

$scrap = $web->go('https://asdsadsadassd.com');

if ( $scrap )
{
echo 'ok';
}