X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Ffunctions.html;fp=docs%2Ffunctions.html;h=2c1a469bc0887b074c4d6005e4c6c22c7e253ee9;hp=7139f2a924e9d612ae200d32a9a2f7dcef53f867;hb=24035853a9019d25c215eb63249de02a80675bcc;hpb=2f39230d83bdf816dcae52c7e5a1b019347f0e7b diff --git a/docs/functions.html b/docs/functions.html index 7139f2a..2c1a469 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -284,6 +284,8 @@ several consecutive HTTP messages.

<?php
print_r
(http_parse_cookie("foo=bar; bar=baz; path=/; domain=example.com; comment=; secure"0, array("comment")));

stdClass Object
(
    [
cookies] => Array
        (
            [
foo] => bar
            
[bar] => baz
        
)

    [
extras] => Array
        (
            [
comment] =>
        )

    [
flags] => 16
    
[expires] => 0
    
[path] => /
    [
domain] => example.com
)
?>

+

object http_parse_params(string param)

+

Parse parameter list.

array http_get_request_headers(void)

Get a list of incoming HTTP headers.

Returns an associative array of incoming request headers.

@@ -1191,6 +1193,8 @@ http.cache_log is set.

  • http_parse_cookie
  • +
  • http_parse_params +
  • http_get_request_headers
  • http_get_request_body @@ -1419,7 +1423,7 @@ http.cache_log is set.

  • -

    Generated at: Sat, 22 Apr 2006 23:03:59 +0200

    +

    Generated at: Fri, 19 May 2006 16:55:19 +0200