When you run the folling script, it will never ends?

I have seen this more then once, I know that there is no service running at the target host, but why is the script not printing the failed message?

It's only with a few ip-number I have this problem.

if ($fp = fopen('https://81.23.227.9', 'rb', false)) {
        echo "ok";
} else {
        echo "failed";
}

Best Regards,

Paul van Brouwershaven

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to