Sophie

Sophie

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

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
>TCP Wrappers Functions</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="sybase_unbuffered_query"
HREF="function.sybase-unbuffered-query.html"><LINK
REL="NEXT"
TITLE="tcpwrap_check"
HREF="function.tcpwrap-check.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.sybase-unbuffered-query.html"
ACCESSKEY="P"
>Anterior</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.tcpwrap-check.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="reference"
><A
NAME="ref.tcpwrap"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="title"
>CLXV. TCP Wrappers Functions</H1
><DIV
CLASS="PARTINTRO"
><A
NAME="AEN226637"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="tcpwrap.intro"
>Introdução</A
></H1
><P
>&#13;     The TCP wrappers provides a classical Unix mechanism which has been 
     designed to check if the remote client is able to connect from the given IP 
     address.
    </P
></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="tcpwrap.installation"
>Instalação</A
></H1
><P
>&#13;  Tcpwrap is currently available through PECL
  <A
HREF="http://pecl.php.net/package/tcpwrap"
TARGET="_top"
>http://pecl.php.net/package/tcpwrap</A
>.
 </P
><P
>&#13;  If <A
HREF="http://pear.php.net/"
TARGET="_top"
>PEAR</A
> is available on your *nix-like
  system you can use the pear installer to install the tcpwrap extension, by the
  following command: <B
CLASS="command"
>pear -v install tcpwrap</B
>.
 </P
><P
>&#13;  You can always download the tar.gz package and install tcpwrap by hand:
  <TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
CLASS="EXAMPLE"
><TR
><TD
><DIV
CLASS="example"
><A
NAME="AEN226649"
></A
><P
><B
>Exemplo 1. tcpwrap install by hand</B
></P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><PRE
CLASS="shell"
>gunzip tcpwrap-xxx.tgz
tar -xvf tcpwrap-xxx.tar
cd tcpwrap-xxx
phpize
./configure &#38;&#38; make &#38;&#38; make install</PRE
></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
>
 </P
></DIV
></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Índice</B
></DT
><DT
><A
HREF="function.tcpwrap-check.html"
>tcpwrap_check</A
>&nbsp;--&nbsp;Performs a tcpwrap check</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.sybase-unbuffered-query.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.tcpwrap-check.html"
ACCESSKEY="N"
>Próxima</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>sybase_unbuffered_query</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="funcref.html"
ACCESSKEY="U"
>Acima</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>tcpwrap_check</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>