Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 05cd670d8a02b2b4a0ffb1756f2e8308 > files > 10988

php-manual-zh-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="PHP 手册"
HREF="index.html"><LINK
REL="UP"
TITLE="函数参考"
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"
>PHP 手册</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.sybase-unbuffered-query.html"
ACCESSKEY="P"
>上一页</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"
>下一页</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="AEN233309"
></A
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="tcpwrap.intro"
>简介</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"
>安装</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="AEN233321"
></A
><P
><B
>例 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
>目录</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"
>上一页</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>起始页</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.tcpwrap-check.html"
ACCESSKEY="N"
>下一页</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"
>上一级</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>tcpwrap_check</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>