Sophie

Sophie

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

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
>Funções de XML-RPC</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="xml_set_unparsed_entity_decl_handler"
HREF="function.xml-set-unparsed-entity-decl-handler.html"><LINK
REL="NEXT"
TITLE="xmlrpc_decode_request"
HREF="function.xmlrpc-decode-request.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.xml-set-unparsed-entity-decl-handler.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.xmlrpc-decode-request.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.xmlrpc"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>CLXXX. Funções de XML-RPC</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN235072"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="xmlrpc.intro"
>Introdução</A
></H1
><P
>&#13;     Essas funções pode ser usadas para escrever servidores e clientes XML-RPC.
     Você pode achar mais informação sobre XML-RPC em
     <A
HREF="http://www.xmlrpc.com/"
TARGET="_top"
>http://www.xmlrpc.com/</A
>, e mais
     documentação sobre essa extensão e suas funções em
     <A
HREF="http://xmlrpc-epi.sourceforge.net/"
TARGET="_top"
>http://xmlrpc-epi.sourceforge.net/</A
>.
    </P
><DIV
CLASS="warning"
><P
></P
><TABLE
CLASS="warning"
BORDER="1"
WIDTH="100%"
><TR
><TD
ALIGN="CENTER"
><B
>Atenção</B
></TD
></TR
><TR
><TD
ALIGN="LEFT"
><P
>Este módulo é
 <SPAN
CLASS="emphasis"
><I
CLASS="emphasis"
>EXPERIMENTAL</I
></SPAN
>. Isso quer dizer que o comportamento neste módulo ---
 incluindo suas funções e seus nomes, e TUDO mais que está documentado
 sobre esse módulo --- poderá mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO.
 Esteja avisado, e use este módulo por sua própria conta e risco.</P
></TD
></TR
></TABLE
></DIV
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="xmlrpc.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="xmlrpc.installation"
>Instalação</A
></H1
><P
>&#13;  Suporte à XML-RPC no PHP não é habilitado por padrão. Você precisará usar
  a opção <CODE
CLASS="option"
>--with-xmlrpc[=DIR]</CODE
> ao
  executar o script configure para habilitar o suporte. Essa extensão está
  faz parte do PHP desde a versão 4.1.0.
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="xmlrpc.configuration"
>Configurações em execução</A
></H1
><P
>&#13;O comportamento dessas funções podem ser modificado pelas configurações do <TT
CLASS="filename"
>php.ini</TT
>.
</P
><P
>&#13; <DIV
CLASS="table"
><A
NAME="AEN235093"
></A
><P
><B
>Tabela 1. Opções de Configuração de XML-RPC</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><COL><THEAD
><TR
><TH
>Nome</TH
><TH
>Valor Padrão</TH
><TH
>Alterável</TH
><TH
>Changelog</TH
></TR
></THEAD
><TBODY
><TR
><TD
>xmlrpc_errors</TD
><TD
>"0"</TD
><TD
>PHP_INI_SYSTEM</TD
><TD
>Disponível desde o PHP 4.1.0.</TD
></TR
><TR
><TD
>xmlrpc_error_number</TD
><TD
>"0"</TD
><TD
>PHP_INI_ALL</TD
><TD
>Disponível desde o PHP 4.1.0.</TD
></TR
></TBODY
></TABLE
></DIV
>
 Para mais detalhes e definições das constantes
 PHP_INI_*, veja <A
HREF="ini.html"
>Apêndice H</A
>.
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="xmlrpc.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="xmlrpc.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.xmlrpc-decode-request.html"
>xmlrpc_decode_request</A
>&nbsp;--&nbsp;Decodifica XML para tipos nativos do PHP</DT
><DT
><A
HREF="function.xmlrpc-decode.html"
>xmlrpc_decode</A
>&nbsp;--&nbsp;Decodifica XML para tipos nativos do PHP</DT
><DT
><A
HREF="function.xmlrpc-encode-request.html"
>xmlrpc_encode_request</A
>&nbsp;--&nbsp;Gera XML para uma requisição</DT
><DT
><A
HREF="function.xmlrpc-encode.html"
>xmlrpc_encode</A
>&nbsp;--&nbsp;Gera XML para um valor do PHP</DT
><DT
><A
HREF="function.xmlrpc-get-type.html"
>xmlrpc_get_type</A
>&nbsp;--&nbsp;Pega o tipo xmlrpc para um valor do PHP</DT
><DT
><A
HREF="function.xmlrpc-is-fault.html"
>xmlrpc_is_fault</A
>&nbsp;--&nbsp;
     Determina se um valor de array representa uma falha XMLRPC
    </DT
><DT
><A
HREF="function.xmlrpc-parse-method-descriptions.html"
>xmlrpc_parse_method_descriptions</A
>&nbsp;--&nbsp;Decodifica XML e gera uma lista de descrição de métodos</DT
><DT
><A
HREF="function.xmlrpc-server-add-introspection-data.html"
>xmlrpc_server_add_introspection_data</A
>&nbsp;--&nbsp;Adiciona documentação de introspecção</DT
><DT
><A
HREF="function.xmlrpc-server-call-method.html"
>xmlrpc_server_call_method</A
>&nbsp;--&nbsp;Trata requisições de XML e chamadas de métodos</DT
><DT
><A
HREF="function.xmlrpc-server-create.html"
>xmlrpc_server_create</A
>&nbsp;--&nbsp;Cria um servidor xmlrpc</DT
><DT
><A
HREF="function.xmlrpc-server-destroy.html"
>xmlrpc_server_destroy</A
>&nbsp;--&nbsp;Destroi o servidor xmlrpc</DT
><DT
><A
HREF="function.xmlrpc-server-register-introspection-callback.html"
>xmlrpc_server_register_introspection_callback</A
>&nbsp;--&nbsp;Registra uma função do PHP para gerar documentação</DT
><DT
><A
HREF="function.xmlrpc-server-register-method.html"
>xmlrpc_server_register_method</A
>&nbsp;--&nbsp;Registra uma função do PHP para o método com nome method_name</DT
><DT
><A
HREF="function.xmlrpc-set-type.html"
>xmlrpc_set_type</A
>&nbsp;--&nbsp;Configura um tipo xmlrpc, base64 ou datetime, para uma string do PHP</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.xml-set-unparsed-entity-decl-handler.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.xmlrpc-decode-request.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>xml_set_unparsed_entity_decl_handler</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>xmlrpc_decode_request</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>