Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 703d980c580707c382b4e43e25965bc5 > files > 10871

php-manual-pt_BR-5.2.4-1mdv2008.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>HTTP</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Manual do PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="Referência das Funções"
HREF="funcref.html"><LINK
REL="PREVIOUS"
TITLE="hash"
HREF="function.hash.html"><LINK
REL="NEXT"
TITLE="http_cache_etag"
HREF="function.http-cache-etag.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=UTF-8"></HEAD
><BODY
CLASS="reference"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual do PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.hash.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.http-cache-etag.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.http"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>LV. HTTP</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN69883"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="http.intro"
>Introdução</A
></H1
><P
>&#13;     Estas funções permitem a você manipular a saída enviada de volta ao browser remoto
     ao nível do protocolo HTTP.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="http.requirements"
>Dependências</A
></H1
><P
>Nenhuma biblioteca externa é necessária para compilar esta extensão.</P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="http.installation"
>Instalação</A
></H1
><P
>Não há nenhuma instalação necessária para utilizar estas
 funções, elas fazem parte do núcleo do PHP.</P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="http.configuration"
>Configurações em execução</A
></H1
><P
>Esta extensão não define nenhum parâmetro de configuração no <TT
CLASS="filename"
>php.ini</TT
>.</P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="http.resources"
>Tipos Resource</A
></H1
><P
>Esta extensão não possui nenhum tipo resource.</P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="http.constants"
>Constantes pré-definidas</A
></H1
><P
>Esta extensão não possui nenhuma constante.</P
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Índice</B
></DT
><DT
><A
HREF="function.http-cache-etag.html"
>http_cache_etag</A
>&nbsp;--&nbsp;Caching by ETag</DT
><DT
><A
HREF="function.http-cache-last-modified.html"
>http_cache_last_modified</A
>&nbsp;--&nbsp;Caching by last modification</DT
><DT
><A
HREF="function.http-chunked-decode.html"
>http_chunked_decode</A
>&nbsp;--&nbsp;Decode chunked-encoded data</DT
><DT
><A
HREF="function.http-deflate.html"
>http_deflate</A
>&nbsp;--&nbsp;Deflate data</DT
><DT
><A
HREF="function.http-inflate.html"
>http_inflate</A
>&nbsp;--&nbsp;Inflate data</DT
><DT
><A
HREF="function.http-get-request-body-stream.html"
>http_get_request_body_stream</A
>&nbsp;--&nbsp;Get request body as stream</DT
><DT
><A
HREF="function.http-get-request-body.html"
>http_get_request_body</A
>&nbsp;--&nbsp;Get request body as string</DT
><DT
><A
HREF="function.http-get-request-headers.html"
>http_get_request_headers</A
>&nbsp;--&nbsp;Get request headers as array</DT
><DT
><A
HREF="function.http-date.html"
>http_date</A
>&nbsp;--&nbsp;Compose HTTP RFC compliant date</DT
><DT
><A
HREF="function.http-support.html"
>http_support</A
>&nbsp;--&nbsp;Check built-in HTTP support</DT
><DT
><A
HREF="function.http-match-etag.html"
>http_match_etag</A
>&nbsp;--&nbsp;Match ETag</DT
><DT
><A
HREF="function.http-match-modified.html"
>http_match_modified</A
>&nbsp;--&nbsp;Match last modification</DT
><DT
><A
HREF="function.http-match-request-header.html"
>http_match_request_header</A
>&nbsp;--&nbsp;Match any header</DT
><DT
><A
HREF="function.http-build-cookie.html"
>http_build_cookie</A
>&nbsp;--&nbsp;Build cookie string</DT
><DT
><A
HREF="function.http-negotiate-charset.html"
>http_negotiate_charset</A
>&nbsp;--&nbsp;Negotiate clients preferred character set</DT
><DT
><A
HREF="function.http-negotiate-content-type.html"
>http_negotiate_content_type</A
>&nbsp;--&nbsp;Negotiate clients preferred content type</DT
><DT
><A
HREF="function.http-negotiate-language.html"
>http_negotiate_language</A
>&nbsp;--&nbsp;Negotiate clients preferred language</DT
><DT
><A
HREF="function.ob-deflatehandler.html"
>ob_deflatehandler</A
>&nbsp;--&nbsp;Deflate output handler</DT
><DT
><A
HREF="function.ob-etaghandler.html"
>ob_etaghandler</A
>&nbsp;--&nbsp;ETag output handler</DT
><DT
><A
HREF="function.ob-inflatehandler.html"
>ob_inflatehandler</A
>&nbsp;--&nbsp;Inflate output handler</DT
><DT
><A
HREF="function.http-parse-cookie.html"
>http_parse_cookie</A
>&nbsp;--&nbsp;Parse HTTP cookie</DT
><DT
><A
HREF="function.http-parse-headers.html"
>http_parse_headers</A
>&nbsp;--&nbsp;Parse HTTP headers</DT
><DT
><A
HREF="function.http-parse-message.html"
>http_parse_message</A
>&nbsp;--&nbsp;Parse the HTTP message</DT
><DT
><A
HREF="function.http-parse-params.html"
>http_parse_params</A
>&nbsp;--&nbsp;Parse parameter list</DT
><DT
><A
HREF="function.http-persistent-handles-count.html"
>http_persistent_handles_count</A
>&nbsp;--&nbsp;Stat persistent handles</DT
><DT
><A
HREF="function.http-persistent-handles-ident.html"
>http_persistent_handles_ident</A
>&nbsp;--&nbsp;Get/set ident of persistent handles</DT
><DT
><A
HREF="function.http-persistent-handles-clean.html"
>http_persistent_handles_clean</A
>&nbsp;--&nbsp;Clean up persistent handles</DT
><DT
><A
HREF="function.http-get.html"
>http_get</A
>&nbsp;--&nbsp;Perform GET request</DT
><DT
><A
HREF="function.http-head.html"
>http_head</A
>&nbsp;--&nbsp;Perform HEAD request</DT
><DT
><A
HREF="function.http-post-data.html"
>http_post_data</A
>&nbsp;--&nbsp;Perform POST request with pre-encoded data</DT
><DT
><A
HREF="function.http-post-fields.html"
>http_post_fields</A
>&nbsp;--&nbsp;Perform POST request with data to be encoded</DT
><DT
><A
HREF="function.http-put-data.html"
>http_put_data</A
>&nbsp;--&nbsp;Perform PUT request with data</DT
><DT
><A
HREF="function.http-put-file.html"
>http_put_file</A
>&nbsp;--&nbsp;Perform PUT request with file</DT
><DT
><A
HREF="function.http-put-stream.html"
>http_put_stream</A
>&nbsp;--&nbsp;Perform PUT request with stream</DT
><DT
><A
HREF="function.http-request-method-exists.html"
>http_request_method_exists</A
>&nbsp;--&nbsp;Check whether request method exists</DT
><DT
><A
HREF="function.http-request-method-name.html"
>http_request_method_name</A
>&nbsp;--&nbsp;Get request method name</DT
><DT
><A
HREF="function.http-request-method-register.html"
>http_request_method_register</A
>&nbsp;--&nbsp;Register request method</DT
><DT
><A
HREF="function.http-request-method-unregister.html"
>http_request_method_unregister</A
>&nbsp;--&nbsp;Unregister request method</DT
><DT
><A
HREF="function.http-request.html"
>http_request</A
>&nbsp;--&nbsp;Perform custom request</DT
><DT
><A
HREF="function.http-request-body-encode.html"
>http_request_body_encode</A
>&nbsp;--&nbsp;Encode request body</DT
><DT
><A
HREF="function.http-redirect.html"
>http_redirect</A
>&nbsp;--&nbsp;Issue HTTP redirect</DT
><DT
><A
HREF="function.http-send-content-disposition.html"
>http_send_content_disposition</A
>&nbsp;--&nbsp;Send Content-Disposition</DT
><DT
><A
HREF="function.http-send-content-type.html"
>http_send_content_type</A
>&nbsp;--&nbsp;Send Content-Type</DT
><DT
><A
HREF="function.http-send-data.html"
>http_send_data</A
>&nbsp;--&nbsp;Send arbitrary data</DT
><DT
><A
HREF="function.http-send-file.html"
>http_send_file</A
>&nbsp;--&nbsp;Send file</DT
><DT
><A
HREF="function.http-send-last-modified.html"
>http_send_last_modified</A
>&nbsp;--&nbsp;Send Last-Modified</DT
><DT
><A
HREF="function.http-send-status.html"
>http_send_status</A
>&nbsp;--&nbsp;Send HTTP response status</DT
><DT
><A
HREF="function.http-send-stream.html"
>http_send_stream</A
>&nbsp;--&nbsp;Send stream</DT
><DT
><A
HREF="function.http-throttle.html"
>http_throttle</A
>&nbsp;--&nbsp;HTTP throttling</DT
><DT
><A
HREF="function.http-build-str.html"
>http_build_str</A
>&nbsp;--&nbsp;Build query string</DT
><DT
><A
HREF="function.http-build-url.html"
>http_build_url</A
>&nbsp;--&nbsp;Build an URL</DT
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.hash.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Principal</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.http-cache-etag.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>hash</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>http_cache_etag</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>