ID: 34058 Comment by: arnar at 8 dot is Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request PHP Version: 5CVS-2005-08-10 (dev) New Comment:
Patch has been submitted to php.internals http://news.php.net/php.internals/17815 Arnar Mar Sig Previous Comments: ------------------------------------------------------------------------ [2005-08-10 02:42:22] [EMAIL PROTECTED] Description: ------------ Any change we can make get_headers() to act like parse_url(), i.e. retrive a particular respons (see: http://news.php.net/php.cvs/33239)? Reproduce code: --------------- <?php $last_modified = get_headers("http://example.com", 1, "Last-Modified"); echo $last_modified; ?> Expected result: ---------------- Wed, 08 Jan 2003 23:11:55 GMT ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34058&edit=1
