Sophie

Sophie

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

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
>Miscelânea</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="ming_useswfversion"
HREF="function.ming-useswfversion.html"><LINK
REL="NEXT"
TITLE="connection_aborted"
HREF="function.connection-aborted.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.ming-useswfversion.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.connection-aborted.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.misc"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>XC. Miscelânea</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN120994"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="misc.intro"
>Introdução</A
></H1
><P
>&#13;     Estas funções foram colocadas aqui porque pareciam não caber em nenhuma outra categoria.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="misc.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="misc.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="misc.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="AEN121009"
></A
><P
><B
>Tabela 1. Opçõ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
>ignore_user_abort</TD
><TD
>"0"</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>highlight.string</TD
><TD
>#DD0000</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>highlight.comment</TD
><TD
>#FF9900</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>highlight.keyword</TD
><TD
>#007700</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>highlight.bg</TD
><TD
>#FFFFFF</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>highlight.default</TD
><TD
>#0000BB</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>highlight.html</TD
><TD
>#000000</TD
><TD
>PHP_INI_ALL</TD
></TR
><TR
><TD
>browscap</TD
><TD
>NULL</TD
><TD
>PHP_INI_SYSTEM</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.ignore-user-abort"
></A
><CODE
CLASS="parameter"
>ignore_user_abort</CODE
>
     <A
HREF="language.types.boolean.html"
><B
CLASS="type"
>boolean</B
></A
></DT
><DD
><P
>&#13;      <TT
CLASS="constant"
><B
>TRUE</B
></TT
> por padrão. Se modificado para <TT
CLASS="constant"
><B
>FALSE</B
></TT
> os scripts terminaram 
      assim que o cliente tentar enviar algo após o cliente ter abortado
      sua conexão.
     </P
><P
>&#13;      Veja também <A
HREF="function.ignore-user-abort.html"
><B
CLASS="function"
>ignore_user_abort()</B
></A
>.
     </P
></DD
><DT
><A
NAME="ini.syntax-highlighting"
></A
><CODE
CLASS="parameter"
>highlight.comment</CODE
>
      <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>, <CODE
CLASS="parameter"
>highlight.default</CODE
>
      <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>, <CODE
CLASS="parameter"
>highlight.html</CODE
>
      <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>, <CODE
CLASS="parameter"
>highlight.keyword</CODE
>
      <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
>, <CODE
CLASS="parameter"
>highlight.string</CODE
>
      <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
></DT
><DD
><P
>&#13;       Cores para o modo de destaque da sintaxe. Qualquer coisa aceitável em 
       &#60;font color="??????"&#62; deve funcionar.
      </P
></DD
><DT
><A
NAME="ini.browscap"
></A
><CODE
CLASS="parameter"
>browscap</CODE
>
     <A
HREF="language.types.string.html"
><B
CLASS="type"
>string</B
></A
></DT
><DD
><P
>&#13;      Nome (ex: <TT
CLASS="filename"
>browscap.ini</TT
>) e localização do arquivo com as
      capacidades do browser. Veja também <A
HREF="function.get-browser.html"
><B
CLASS="function"
>get_browser()</B
></A
>.
     </P
></DD
></DL
></DIV
>
 </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="misc.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="misc.constants"
>Constantes pré-definidas</A
></H1
><P
>&#13;As contantes abaixo são definidas por esta extensão e somente
 estarão disponíveis quando a extensão foi compilada com o PHP
 ou carregada dinamicamente durante a execução.
</P
><P
></P
><DIV
CLASS="variablelist"
><DL
><DT
><TT
CLASS="constant"
><B
>CONNECTION_ABORTED</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
>CONNECTION_NORMAL</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
>CONNECTION_TIMEOUT</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.connection-aborted.html"
>connection_aborted</A
>&nbsp;--&nbsp;Retorna <TT
CLASS="constant"
><B
>TRUE</B
></TT
> se o cliente desconectou</DT
><DT
><A
HREF="function.connection-status.html"
>connection_status</A
>&nbsp;--&nbsp;Retorna o status da conexão</DT
><DT
><A
HREF="function.connection-timeout.html"
>connection_timeout</A
>&nbsp;--&nbsp;Retorna <TT
CLASS="constant"
><B
>TRUE</B
></TT
> se o script ultrapassou o limite de tempo</DT
><DT
><A
HREF="function.constant.html"
>constant</A
>&nbsp;--&nbsp;Retorna o valor de uma constante</DT
><DT
><A
HREF="function.define.html"
>define</A
>&nbsp;--&nbsp;Define uma constante.</DT
><DT
><A
HREF="function.defined.html"
>defined</A
>&nbsp;--&nbsp;
    Confere se uma constante existe
    </DT
><DT
><A
HREF="function.die.html"
>die</A
>&nbsp;--&nbsp;Equivalente a <A
HREF="function.exit.html"
><B
CLASS="function"
>exit()</B
></A
></DT
><DT
><A
HREF="function.eval.html"
>eval</A
>&nbsp;--&nbsp;Executa uma string como código PHP</DT
><DT
><A
HREF="function.exit.html"
>exit</A
>&nbsp;--&nbsp;Mostra uma mensagem e termina o script atual</DT
><DT
><A
HREF="function.get-browser.html"
>get_browser</A
>&nbsp;--&nbsp;
     Diz o que o browser do usuário pode fazer
    </DT
><DT
><A
HREF="function.halt-compiler.html"
>__halt_compiler</A
>&nbsp;--&nbsp;
   Halts the compiler execution
  </DT
><DT
><A
HREF="function.highlight-file.html"
>highlight_file</A
>&nbsp;--&nbsp;Destaca a sintaxe de um arquivo</DT
><DT
><A
HREF="function.highlight-string.html"
>highlight_string</A
>&nbsp;--&nbsp;Destaque da sintaxe de uma string</DT
><DT
><A
HREF="function.ignore-user-abort.html"
>ignore_user_abort</A
>&nbsp;--&nbsp;
     Estabelece se acontecerá o enceramento do script quando o usuário abortar a conexão
    </DT
><DT
><A
HREF="function.pack.html"
>pack</A
>&nbsp;--&nbsp;Pack data into binary string</DT
><DT
><A
HREF="function.php-check-syntax.html"
>php_check_syntax</A
>&nbsp;--&nbsp;
   Check the PHP syntax of (and execute) the specified file
  </DT
><DT
><A
HREF="function.php-strip-whitespace.html"
>php_strip_whitespace</A
>&nbsp;--&nbsp;Return source with stripped comments and whitespace</DT
><DT
><A
HREF="function.show-source.html"
>show_source</A
>&nbsp;--&nbsp;Apelido para <A
HREF="function.highlight-file.html"
><B
CLASS="function"
>highlight_file()</B
></A
></DT
><DT
><A
HREF="function.sleep.html"
>sleep</A
>&nbsp;--&nbsp;Atrasa a execução do script</DT
><DT
><A
HREF="function.sys-getloadavg.html"
>sys_getloadavg</A
>&nbsp;--&nbsp;Gets system load average</DT
><DT
><A
HREF="function.time-nanosleep.html"
>time_nanosleep</A
>&nbsp;--&nbsp;Delay for a number of seconds and nanoseconds</DT
><DT
><A
HREF="function.time-sleep-until.html"
>time_sleep_until</A
>&nbsp;--&nbsp;
   Make the script sleep until the specified time
  </DT
><DT
><A
HREF="function.uniqid.html"
>uniqid</A
>&nbsp;--&nbsp;Gera um ID unico</DT
><DT
><A
HREF="function.unpack.html"
>unpack</A
>&nbsp;--&nbsp;Unpack data from binary string</DT
><DT
><A
HREF="function.usleep.html"
>usleep</A
>&nbsp;--&nbsp;Atrasa a execução em milionésimos de segundo</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.ming-useswfversion.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.connection-aborted.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ming_useswfversion</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>connection_aborted</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>