|
użytkowników online: 69
|
OPINIE UŻYTKOWNIKÓW
|
W takich dniach, jak ten, nie żałuję, że wykupiłem abonament. Korzystam z porad na tych stronach nawet kilkanaście razy w tygodniu i dzięki nim prace nad stronami dla klientów idą mi o wiele szybciej, a strony wyglądają bardziej profesjonalnie. Nie wiem, jak mogłem wcześniej pracować bez dostępu do porad w tym serwisie!
Wojciech Miszkiewicz
|
|
PODRĘCZNIK PHP 5.x, 4.x, 3.x - częściowo spolszczony / źródło: www.php.net
[Spis]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[X]
[W]
[Z]
CXXIV. 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
http://pecl.php.net/package/tcpwrap.
If PEAR 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:
Przykład 1. tcpwrap install by hand gunzip tcpwrap-xxx.tgz
tar -xvf tcpwrap-xxx.tar
cd tcpwrap-xxx
phpize
./configure && make && make install |
|
User Contributed NotesThere are no user contributed notes for this page
|