PHP: TCP Wrappers Functions - Manual
PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<sybase_unbuffered_querytcpwrap_check>
view the version of this page
Last updated: Tue, 21 Dec 2004

CXVIII. TCP Wrappers Functions

導入

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.

インストール手順

Tcpwrap is currently available through PECL .

If is available on your *nix-like system you can use the pear installer to install the tcpwrap extension, by the following command: pear -v install tcpwrap.

You can always download the tar.gz package and install tcpwrap by hand:

例 1. tcpwrap install by hand

gunzip tcpwrap-xxx.tgz
tar -xvf tcpwrap-xxx.tar
cd tcpwrap-xxx
phpize
./configure && make && make install

目次
tcpwrap_check --  tcpwrap check


add a note add a note User Contributed Notes
TCP Wrappers Functions
There are no user contributed notes for this page.

<sybase_unbuffered_querytcpwrap_check>
 Last updated: Tue, 21 Dec 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: /
Last updated: Mon Mar 14 08:13:06 2005 Local time zone must be set--see zic manual page