(PHP 3 >= 3.0.4, PHP 4, PHP 5)
apache_lookup_uri -- Realiza una petici贸n parcial por la URI especificada y devuelve toda la informaci贸n sobre ellaEsta funci贸n realiza una petici贸n parcial por una URI. Tan solo llega a obtener toda la informaci贸n importante sobre el recurso dado.
This function is only supported when PHP is installed as an Apache module.
El nombre de archivo (URI) que est谩 siendo solicitado, o FALSE en caso de fallo.
Un object de informaci贸n URI relacionada. Las propiedades de este object son:
| status |
| the_request |
| status_line |
| method |
| content_type |
| handler |
| uri |
| filename |
| path_info |
| args |
| boundary |
| no_cache |
| no_local_copy |
| allowed |
| send_bodyct |
| bytes_sent |
| byterange |
| clength |
| unparsed_uri |
| mtime |
| request_time |