PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Pirotechnika - Nauka Jazdy "NOWAK" - śmieszne filmy - mieszkanie - informatyka - nieruchomości kraków


http_parse_message

http_parse_message

(PECL)

http_parse_message -- Parse the HTTP message

Opis

object http_parse_message ( string message )

Parses the HTTP message into a simple recursive object.

Parametry

message

String containing a single HTTP message or several consecutive HTTP messages

Zwracane wartości

A hierarchical object structure of the parsed messages.

Przykłady

Przykład 1. Using http_parse_message()

<?php
define
('URL', 'http://www.example.com/');
print_r(http_parse_message(http_get(URL, array('redirect' => 3))));
?>

Powyższy przykład wyświetli coś podobnego do:

stdClass object
(
  [type] => 2
  [httpVersion] => 1.1
  [responseCode] => 200
  [headers] => Array 
  (
    [Content-Length] => 3
    [Server] => Apache
  )
  [body] => Hi!
  [parentMessage] => stdClass object
  (
    [type] => 2
    [httpVersion] => 1.1
    [responseCode] => 302
    [headers] => Array 
    (
      [Content-Length] => 0
      [Location] => ...
    )
    [body] => 
    [parentMessage] => ...
  )
)

Snajper alegro pomoże Ci wygrać aukcję - sklepy internetowe - statusygg - umts - anteny - Oprogramowenie tworzace sklepy internetowe nowszej generacji. - Programy - statusy na gg - najlepsze serwery shoutcast autopiloty,erds - sieci naprawa komputerów Szczecin serwis - darmowy hosting - pozycjonowanie Pozycjonowanie pozycjonowanie - oglądam filmy hd blu-ray - pozycjonowanie bielsko-biała - odzyskiwanie danych Szczecin

G:2,M:0,Y:20