Sophie

Sophie

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

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 para manuseamento de funções</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="ftp_systype"
HREF="function.ftp-systype.html"><LINK
REL="NEXT"
TITLE="call_user_func_array"
HREF="function.call-user-func-array.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.ftp-systype.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.call-user-func-array.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.funchand"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>XLVII. Funções para manuseamento de funções</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN58959"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="funchand.intro"
>Introdução</A
></H1
><P
>&#13;     Todas estas funções lidam com várias operações complexas usando funções.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="funchand.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="funchand.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="funchand.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="funchand.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.call-user-func-array.html"
>call_user_func_array</A
>&nbsp;--&nbsp;
     Chama uma função de usuário dada por um array de parâmetros
    </DT
><DT
><A
HREF="function.call-user-func.html"
>call_user_func</A
>&nbsp;--&nbsp;
     Chama uma função de usuário dada pelo primeiro parâmetro
    </DT
><DT
><A
HREF="function.create-function.html"
>create_function</A
>&nbsp;--&nbsp;Cria uma função anônima (lambda-style)</DT
><DT
><A
HREF="function.func-get-arg.html"
>func_get_arg</A
>&nbsp;--&nbsp;Retorna um item para uma lista de argumentos</DT
><DT
><A
HREF="function.func-get-args.html"
>func_get_args</A
>&nbsp;--&nbsp;
     Retorna um array compreendendo uma lista de argumentos de função
    </DT
><DT
><A
HREF="function.func-num-args.html"
>func_num_args</A
>&nbsp;--&nbsp;
     Retorna o número de argumentos passados para a função
    </DT
><DT
><A
HREF="function.function-exists.html"
>function_exists</A
>&nbsp;--&nbsp;
     Retorna <TT
CLASS="constant"
><B
>TRUE</B
></TT
> se a função dada está definida
    </DT
><DT
><A
HREF="function.get-defined-functions.html"
>get_defined_functions</A
>&nbsp;--&nbsp;
     Retorna um array de todas as funções definidas
    </DT
><DT
><A
HREF="function.register-shutdown-function.html"
>register_shutdown_function</A
>&nbsp;--&nbsp;
     Registra uma função para ser executada ao final da execução
    </DT
><DT
><A
HREF="function.register-tick-function.html"
>register_tick_function</A
>&nbsp;--&nbsp;
     Registra uma função para executar a cada instante
    </DT
><DT
><A
HREF="function.unregister-tick-function.html"
>unregister_tick_function</A
>&nbsp;--&nbsp;
     Desregistra uma função executada a cada instante 
    </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.ftp-systype.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.call-user-func-array.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ftp_systype</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>call_user_func_array</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>