I use the function get_headers( $url).
If according to http://php.net/manual/en/language.types.boolean.php an e,pty string equates to false.
How can I distinguish between the function returning get_headers( $url) === false and a empty string?
Or in other words how can I distinguish between the error case and good case?
Thanks