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: Thu, 15 Jul 2004

CXI. TCP Wrappers Functions

�vod

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.

Instalace

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:

P��klad 1. tcpwrap install by hand

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

Obsah
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: Thu, 15 Jul 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2004 The PHP Group
All rights reserved.
This unofficial mirror is operated at: /
Last updated: Sun Nov 14 23:09:54 2004 Local time zone must be set--see zic manual page