Sophie

Sophie

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

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
>PHP Opções e Informaçõ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="PharFileInfo->setUncompressed"
HREF="function.pharfileinfo-setuncompressed.html"><LINK
REL="NEXT"
TITLE="assert_options"
HREF="function.assert-options.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.pharfileinfo-setuncompressed.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.assert-options.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.info"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>CXXIV. PHP Opções e Informações</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN175775"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="info.intro"
>Introdução</A
></H1
><P
>&#13;    Estas funções permitem a você obter muitas informações sobre o PHP em si,
    ex. Configurações em tempo de execução, extensões carregadas, versão e muito mais.
    Você também encontrará funções para definir opções durante a execução.
    A provavelmente mais conhecida função do PHP - <A
HREF="function.phpinfo.html"
><B
CLASS="function"
>phpinfo()</B
></A
> -
    pode ser encontrada aqui.
   </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="info.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="info.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="info.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="AEN175791"
></A
><P
><B
>Tabela 1. PHP opções e informações de configuração</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><THEAD
><TR
><TH
>Nome</TH
><TH
>Padrão</TH
><TH
>Modificável</TH
></TR
></THEAD
><TBODY
><TR
><TD
>assert.active</TD
><TD
>"1"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>assert.bail</TD
><TD
>"0"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>assert.warning</TD
><TD
>"1"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>assert.callback</TD
><TD
>NULL</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>assert.quiet_eval</TD
><TD
>"0"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>enable_dl</TD
><TD
>"1"</TD
><TD
>PHP_INI_SYSTEM</TD
></TR
><TR
><TD
>max_execution_time</TD
><TD
>"30"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>max_input_time</TD
><TD
>"60"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>magic_quotes_gpc</TD
><TD
>"1"</TD
><TD
>PHP_INI_PERDIR|PHP_INI_SYSTEM</TD
></TR
><TR
><TD
>magic_quotes_runtime</TD
><TD
>"0"</TD
><TD
>PHP_INI_ALL</TD
></TR
></TBODY
></TABLE
></DIV
>
  Para maiores detalhes e definição das constantes PHP_INI_* veja 
  <A
HREF="function.ini-set.html"
><B
CLASS="function"
>ini_set()</B
></A
>.
 </P
><P
>Breve descrição das
 diretivas de configuração.</P
><P
>&#13;  <P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><A
NAME="ini.assert.active"
></A
><CODE
CLASS="parameter"
>assert.active</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Ativa a comparação <A
HREF="function.assert.html"
><B
CLASS="function"
>assert()</B
></A
>.
     </P
></DD
><DT
><A
NAME="ini.assert.bail"
></A
><CODE
CLASS="parameter"
>assert.bail</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Termina a execução do script no caso de uma afirmação(assert) falhar.
     </P
></DD
><DT
><A
NAME="ini.assert.warning"
></A
><CODE
CLASS="parameter"
>assert.warning</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Mostra um aviso <TT
CLASS="literal"
>PHP</TT
> para cada afirmação(assert) que falhar.
     </P
></DD
><DT
><A
NAME="ini.assert.callback"
></A
><CODE
CLASS="parameter"
>assert.callback</CODE
>
     <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
></DT
><DD
><P
>&#13;      Função do usuário a ser executado no caso de uma afirmação(assert) falhar.
     </P
></DD
><DT
><A
NAME="ini.assert.quiet-eval"
></A
><CODE
CLASS="parameter"
>assert.quiet_eval</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Usa o que esta definido atualmente  para a função <A
HREF="function.error-reporting.html"
><B
CLASS="function"
>error_reporting()</B
></A
>
      durante a  avaliação da afirmação. Se ativado, não são mostrados erros
      (error_reporting(0) implícito) durante a avaliação. Se desativado, os erros são mostrados
      de acordo com as definições de <A
HREF="function.error-reporting.html"
><B
CLASS="function"
>error_reporting()</B
></A
>
     </P
></DD
><DT
><A
NAME="ini.enable-dl"
></A
><CODE
CLASS="parameter"
>enable_dl</CODE
>
      <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Esta diretiva somente é realmente útil na versão do <TT
CLASS="literal"
>PHP</TT
> como módulo do apache.
      Você pode mudar o carregamento dinâmico de extensões do <TT
CLASS="literal"
>PHP</TT
> com
      <A
HREF="function.dl.html"
><B
CLASS="function"
>dl()</B
></A
> on e off para cada servidor virtual ou por diretório.
     </P
><P
>&#13;      A principal razão para mudar o carregamento dinâmico para off é 
      segurança. Com o carregamento dinâmico é possível ignorar todas as restrições de 
      <A
HREF="features.safe-mode.html#ini.open-basedir"
>open_basedir</A
>.
      O padrão é permitir o carregamento dinâmico exceto quando usando o
      <A
HREF="features.safe-mode.html#ini.safe-mode"
>safe mode</A
>. No <A
HREF="features.safe-mode.html#ini.safe-mode"
>safe mode</A
>, 
      é sempre impossível usar <A
HREF="function.dl.html"
><B
CLASS="function"
>dl()</B
></A
>.
     </P
></DD
><DT
><A
NAME="ini.max-execution-time"
></A
><CODE
CLASS="parameter"
>max_execution_time</CODE
>
      <A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
></DT
><DD
><P
>&#13;      Isto define o limite de tempo de execução de um script antes que seja terminado
      pelo interpretador. Isto ajuda a prevenir que scripts mal escritos serem executados
      indefinidamente pelo servidor. O padrão é  <TT
CLASS="literal"
>30</TT
>.  
     </P
><P
>&#13;      O limite de tempo de execução não é afetado por chamadas do sistema,
      funções de streams, etc. Por favor veja a função
      <A
HREF="function.set-time-limit.html"
><B
CLASS="function"
>set_time_limit()</B
></A
> para maiores detalhes.
     </P
><P
>&#13;      Você não pode mudar esta definição com a função <A
HREF="function.ini-set.html"
><B
CLASS="function"
>ini_set()</B
></A
> quando
      estiver executando em <A
HREF="features.safe-mode.html#ini.safe-mode"
>safe mode</A
>. O único meio de contornar é desativar o <A
HREF="features.safe-mode.html#ini.safe-mode"
>safe mode</A
> ou
      mudar o limite de tempo no <TT
CLASS="filename"
>php.ini</TT
>.
     </P
></DD
><DT
><A
NAME="ini.max-input-time"
></A
><CODE
CLASS="parameter"
>max_input_time</CODE
>
     <A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
></DT
><DD
><P
>&#13;     Isto define o tempo máximo em segundos que é permitido ao
     script receber dados de entradas como POST, GET e carregamento de arquivos. A definição
     padrão é <TT
CLASS="literal"
>60</TT
>.
     </P
></DD
><DT
><A
NAME="ini.magic-quotes-gpc"
></A
><CODE
CLASS="parameter"
>magic_quotes_gpc</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Define o estado para as aspas mágicas para operações GPC (Get/Post/Cookie).
      Quando as aspas mágicas estiverem em on, todas ' (aspas simples),
      " (aspas duplas), \ (barras invertidas) e NULL's são escapados
      com uma barra invertida automaticamente.
     </P
><DIV
CLASS="note"
><BLOCKQUOTE
CLASS="note"
><P
><B
>Nota: </B
>
       Se a diretiva <A
HREF="ref.sybase.html#ini.magic-quotes-sybase"
>&#13;       magic_quotes_sybase</A
> também estiver em ON ela irá
       sobrescrever completamente magic_quotes_gpc. Tendo ambas diretivas
       ativadas faz com que apenas as aspas simples sejam escapadas como 
       <SPAN
CLASS="emphasis"
><I
CLASS="emphasis"
>''</I
></SPAN
>. Aspas duplas, barras invertidas e 
       NULL's irão permanecer intocados e não escapados.
      </P
></BLOCKQUOTE
></DIV
><P
>&#13;      Veja também <A
HREF="function.get-magic-quotes-gpc.html"
><B
CLASS="function"
>get_magic_quotes_gpc()</B
></A
>.
     </P
></DD
><DT
><A
NAME="ini.magic-quotes-runtime"
></A
><CODE
CLASS="parameter"
>magic_quotes_runtime</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      Se <CODE
CLASS="parameter"
>magic_quotes_runtime</CODE
> estiver ativado,
      a maioria das funções que retornarem dados de qualquer fonte externa incluindo banco 
      de dados e arquivos de texto terão as aspas escapadas com uma barra invertida. Se
      <A
HREF="ref.sybase.html#ini.magic-quotes-sybase"
>magic_quotes_sybase</A
>
      também estiver em on, uma aspa simples é escapada com uma aspa simples ao
      invés de uma barra invertida.
     </P
></DD
></DL
></DIV
>
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="info.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="info.constants"
>Constantes pré-definidas</A
></H1
><P
>&#13;As constantes listadas abaixo estão sempre disponíveis como parte do núcleo do PHP.
</P
><DIV
CLASS="table"
><A
NAME="AEN175939"
></A
><P
><B
>Tabela 2. Constantes <A
HREF="function.phpcredits.html"
><B
CLASS="function"
>phpcredits()</B
></A
> predefinidas</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><THEAD
><TR
><TH
>Constante</TH
><TH
>Valor</TH
><TH
>Descrição</TH
></TR
></THEAD
><TBODY
><TR
><TD
>CREDITS_GROUP</TD
><TD
>1</TD
><TD
>Uma lista do núcleo de desenvolvedores</TD
></TR
><TR
><TD
>CREDITS_GENERAL</TD
><TD
>2</TD
><TD
>&#13;        Créditos em geral: design e conceito da linguagem, autores do PHP 4.0
        e do módulo SAPI.
       </TD
></TR
><TR
><TD
>CREDITS_SAPI</TD
><TD
>4</TD
><TD
>&#13;        Uma lista dos módulos API dos servidores para o PHP, e seus autores.
       </TD
></TR
><TR
><TD
>CREDITS_MODULES</TD
><TD
>8</TD
><TD
>&#13;        Uma lista dos módulos de extensão para o PHP, e seus autores.
       </TD
></TR
><TR
><TD
>CREDITS_DOCS</TD
><TD
>16</TD
><TD
>&#13;        Os créditos para a equipe de documentação.
       </TD
></TR
><TR
><TD
>CREDITS_FULLPAGE</TD
><TD
>32</TD
><TD
>&#13;        Normalmente usada em combinação com as outras opções. Indica
        que uma pagina HTML completa precisa ser mostrada
        incluindo a informação indicada pelas outras opções.
       </TD
></TR
><TR
><TD
>CREDITS_QA</TD
><TD
>64</TD
><TD
>&#13;        Os créditos para a equipe de controle de qualidade.
       </TD
></TR
><TR
><TD
>CREDITS_ALL</TD
><TD
>-1</TD
><TD
>&#13;        Todos os créditos, equivalente a usar: CREDITS_DOCS +
        CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES + CREDITS_QA
        CREDITS_FULLPAGE. Gera uma pagina HTML completa com as tags apropriadas.
        Este é o valor padrão.
       </TD
></TR
></TBODY
></TABLE
></DIV
><DIV
CLASS="table"
><A
NAME="AEN175981"
></A
><P
><B
>Tabela 3. Constantes da função <A
HREF="function.phpinfo.html"
><B
CLASS="function"
>phpinfo()</B
></A
></B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><COL><COL><COL><THEAD
><TR
><TH
>Constante</TH
><TH
>Valor</TH
><TH
>Descrição</TH
></TR
></THEAD
><TBODY
><TR
><TD
>INFO_GENERAL</TD
><TD
>1</TD
><TD
>&#13;        A linha da configuração, localização do <TT
CLASS="filename"
>php.ini</TT
>, data de construção, servidor web,
        sistema e mais.
       </TD
></TR
><TR
><TD
>INFO_CREDITS</TD
><TD
>2</TD
><TD
>&#13;        Créditos do PHP 4. Veja também <A
HREF="function.phpcredits.html"
><B
CLASS="function"
>phpcredits()</B
></A
>.
       </TD
></TR
><TR
><TD
>INFO_CONFIGURATION</TD
><TD
>4</TD
><TD
>&#13;        Valores atuais e principais para as diretivas de configuração do PHP.
        Veja também <A
HREF="function.ini-get.html"
><B
CLASS="function"
>ini_get()</B
></A
>.
       </TD
></TR
><TR
><TD
>INFO_MODULES</TD
><TD
>8</TD
><TD
>&#13;        Módulos carregados e suas respectivas configurações.
       </TD
></TR
><TR
><TD
>INFO_ENVIRONMENT</TD
><TD
>16</TD
><TD
>&#13;        Informações das variáveis de ambiente que também estão disponíveis em
        <CODE
CLASS="varname"
>$_ENV</CODE
>.
       </TD
></TR
><TR
><TD
>INFO_VARIABLES</TD
><TD
>32</TD
><TD
>&#13;        Mostra todas as <A
HREF="language.variables.predefined.html"
>&#13;        variáveis predefinidas</A
> a partir de EGPCS (Ambiente, GET,
        POST, Cookie, Server).
       </TD
></TR
><TR
><TD
>INFO_LICENSE</TD
><TD
>64</TD
><TD
>&#13;        Informação sobre a licença do PHP.  Veja também <A
HREF="http://www.php.net/license/"
TARGET="_top"
>a faq sobre licença</A
>.
       </TD
></TR
><TR
><TD
>INFO_ALL</TD
><TD
>-1</TD
><TD
>&#13;        Mostra tudo acima. Este é o valor padrão.
       </TD
></TR
></TBODY
></TABLE
></DIV
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><TT
CLASS="constant"
><B
>ASSERT_ACTIVE</B
></TT
>
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ASSERT_CALLBACK</B
></TT
>
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ASSERT_BAIL</B
></TT
>
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ASSERT_WARNING</B
></TT
>
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;
    </P
></DD
><DT
><TT
CLASS="constant"
><B
>ASSERT_QUIET_EVAL</B
></TT
>
    (<A
HREF="language.types.integer.html"
><B
CLASS="type"
>integer</B
></A
>)</DT
><DD
><P
>&#13;
    </P
></DD
></DL
></DIV
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Índice</B
></DT
><DT
><A
HREF="function.assert-options.html"
>assert_options</A
>&nbsp;--&nbsp;Define/Obtém várias opções do assert</DT
><DT
><A
HREF="function.assert.html"
>assert</A
>&nbsp;--&nbsp;Confere se uma afirmação é <TT
CLASS="constant"
><B
>FALSE</B
></TT
></DT
><DT
><A
HREF="function.dl.html"
>dl</A
>&nbsp;--&nbsp;Carrega uma extensão do PHP durante a execução</DT
><DT
><A
HREF="function.extension-loaded.html"
>extension_loaded</A
>&nbsp;--&nbsp;Indica quando uma extensão esta carregada</DT
><DT
><A
HREF="function.get-cfg-var.html"
>get_cfg_var</A
>&nbsp;--&nbsp;
     Obtém o valor de uma opção de configuração do PHP
    </DT
><DT
><A
HREF="function.get-current-user.html"
>get_current_user</A
>&nbsp;--&nbsp;
     Obtém o nome do dono do script PHP atual
    </DT
><DT
><A
HREF="function.get-defined-constants.html"
>get_defined_constants</A
>&nbsp;--&nbsp;
     Retorna uma matriz associativa com os nomes de todas as constantes e seus valores
    </DT
><DT
><A
HREF="function.get-extension-funcs.html"
>get_extension_funcs</A
>&nbsp;--&nbsp;
     Retorna uma matriz com os nomes de funções de um módulo
    </DT
><DT
><A
HREF="function.get-include-path.html"
>get_include_path</A
>&nbsp;--&nbsp;
     Obtém a opção de configuração include_path atual
    </DT
><DT
><A
HREF="function.get-included-files.html"
>get_included_files</A
>&nbsp;--&nbsp;
     Retorna uma matriz com os nomes dos arquivos incluídos ou requeridos
    </DT
><DT
><A
HREF="function.get-loaded-extensions.html"
>get_loaded_extensions</A
>&nbsp;--&nbsp;
     Retorna uma matriz com os nomes de todos os módulos compilados e carregados
    </DT
><DT
><A
HREF="function.get-magic-quotes-gpc.html"
>get_magic_quotes_gpc</A
>&nbsp;--&nbsp;
     Obtém a configuração atual de magic quotes gpc
    </DT
><DT
><A
HREF="function.get-magic-quotes-runtime.html"
>get_magic_quotes_runtime</A
>&nbsp;--&nbsp;
     Obtém a configuração ativa para magic_quotes_runtime
    </DT
><DT
><A
HREF="function.get-required-files.html"
>get_required_files</A
>&nbsp;--&nbsp;Apelido para <A
HREF="function.get-included-files.html"
><B
CLASS="function"
>get_included_files()</B
></A
></DT
><DT
><A
HREF="function.getenv.html"
>getenv</A
>&nbsp;--&nbsp;Obtém uma variável de ambiente</DT
><DT
><A
HREF="function.getlastmod.html"
>getlastmod</A
>&nbsp;--&nbsp;Obtém o tempo da última modificação na pagina</DT
><DT
><A
HREF="function.getmygid.html"
>getmygid</A
>&nbsp;--&nbsp;Obtém o GID do dono do script PHP</DT
><DT
><A
HREF="function.getmyinode.html"
>getmyinode</A
>&nbsp;--&nbsp;Obtém o inode do script atual</DT
><DT
><A
HREF="function.getmypid.html"
>getmypid</A
>&nbsp;--&nbsp;Obtém o ID do processo PHP</DT
><DT
><A
HREF="function.getmyuid.html"
>getmyuid</A
>&nbsp;--&nbsp;Obtém o UID do dono do script PHP</DT
><DT
><A
HREF="function.getopt.html"
>getopt</A
>&nbsp;--&nbsp;Obtém opções da lista de argumentos da linha de comando</DT
><DT
><A
HREF="function.getrusage.html"
>getrusage</A
>&nbsp;--&nbsp;Obtém a utilização de recursos</DT
><DT
><A
HREF="function.ini-alter.html"
>ini_alter</A
>&nbsp;--&nbsp;Apelido para <A
HREF="function.ini-set.html"
><B
CLASS="function"
>ini_set()</B
></A
></DT
><DT
><A
HREF="function.ini-get-all.html"
>ini_get_all</A
>&nbsp;--&nbsp;Obtém todas as opções de configuração</DT
><DT
><A
HREF="function.ini-get.html"
>ini_get</A
>&nbsp;--&nbsp;Obtém o valor de uma opção de configuração</DT
><DT
><A
HREF="function.ini-restore.html"
>ini_restore</A
>&nbsp;--&nbsp;Restaura o valor de uma opção de configuração</DT
><DT
><A
HREF="function.ini-set.html"
>ini_set</A
>&nbsp;--&nbsp;Define o valor de uma opção de configuração</DT
><DT
><A
HREF="function.main.html"
>main</A
>&nbsp;--&nbsp;Marcador para <B
CLASS="function"
>main()</B
></DT
><DT
><A
HREF="function.memory-get-peak-usage.html"
>memory_get_peak_usage</A
>&nbsp;--&nbsp;Returns the peak of memory allocated by PHP</DT
><DT
><A
HREF="function.memory-get-usage.html"
>memory_get_usage</A
>&nbsp;--&nbsp;Retorna a quantidade de memória alocada para PHP</DT
><DT
><A
HREF="function.php-ini-scanned-files.html"
>php_ini_scanned_files</A
>&nbsp;--&nbsp;Retorna uma lista dos arquivos ini interpretados a partir do diretório ini 
    adicional</DT
><DT
><A
HREF="function.php-logo-guid.html"
>php_logo_guid</A
>&nbsp;--&nbsp;Obtém o guid do logo</DT
><DT
><A
HREF="function.php-sapi-name.html"
>php_sapi_name</A
>&nbsp;--&nbsp;
     Retorna o tipo de interface entre o servidor web e o PHP
    </DT
><DT
><A
HREF="function.php-uname.html"
>php_uname</A
>&nbsp;--&nbsp;
     Retorna informação sobre o sistema operacional que o PHP foi construído
    </DT
><DT
><A
HREF="function.phpcredits.html"
>phpcredits</A
>&nbsp;--&nbsp;Mostra os créditos pelo PHP</DT
><DT
><A
HREF="function.phpinfo.html"
>phpinfo</A
>&nbsp;--&nbsp;Mostra muitas informações sobre o PHP</DT
><DT
><A
HREF="function.phpversion.html"
>phpversion</A
>&nbsp;--&nbsp;Obtém a versão atual do PHP</DT
><DT
><A
HREF="function.putenv.html"
>putenv</A
>&nbsp;--&nbsp;Define o valor de uma variável de ambiente</DT
><DT
><A
HREF="function.restore-include-path.html"
>restore_include_path</A
>&nbsp;--&nbsp;
     Restaura o valor da opção de configuração include_path
    </DT
><DT
><A
HREF="function.set-include-path.html"
>set_include_path</A
>&nbsp;--&nbsp;
     Define a opção de configuração include_path
    </DT
><DT
><A
HREF="function.set-magic-quotes-runtime.html"
>set_magic_quotes_runtime</A
>&nbsp;--&nbsp;
     Define a configuração atual para  magic_quotes_runtime
    </DT
><DT
><A
HREF="function.set-time-limit.html"
>set_time_limit</A
>&nbsp;--&nbsp;Limita o tempo de execução do script</DT
><DT
><A
HREF="function.sys-get-temp-dir.html"
>sys_get_temp_dir</A
>&nbsp;--&nbsp;Returns directory path used for temporary files</DT
><DT
><A
HREF="function.version-compare.html"
>version_compare</A
>&nbsp;--&nbsp;Compares two "PHP-standardized" version number strings</DT
><DT
><A
HREF="function.zend-logo-guid.html"
>zend_logo_guid</A
>&nbsp;--&nbsp;Retorna o guid Zend</DT
><DT
><A
HREF="function.zend-version.html"
>zend_version</A
>&nbsp;--&nbsp;Obtém a versão da Zend engine que esta sendo executada</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.pharfileinfo-setuncompressed.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.assert-options.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>PharFileInfo-&#62;setUncompressed</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>assert_options</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>