PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php stream_context_set_default( array( 'http' => array( 'method' => 'HEAD' ) ) ); $headers = get_headers('https://www.google.com'); foreach ($headers as $h){ echo $h; echo '\n'; } ?>
Show:  
Copy Clear