http://php.net/manual/en/function.fsockopen.php
fsockopen
(PHP 4, PHP 5)
fsockopen — Open Internet or Unix domain socket connection
Description
resource fsockopen ( string $hostname [, int $port = -1 [, int &$errno [, string &$errstr [, float$timeout = ini_get("default_socket_timeout") ]]]] )
Initiates a socket connection to the resource specified by hostname.
PHP supports targets in the Internet and Unix domains as described in List of Supported Socket Transports. A list of supported transports can also be retrieved using stream_get_transports().
'php' 카테고리의 다른 글
Date/Time Configuration Options (0) | 2011.07.28 |
---|---|
curl.setup (0) | 2011.05.30 |
외부프로그램에서 제로보드 xe 및 그누보드 회원 연동(로그인) 하기 - 초간단 (0) | 2011.01.12 |
XpressEngine 별도 프로그램 연동시 세션공유 (0) | 2011.01.12 |
XpressEngine 오픈 아이디(OpenID)로만 로그인 허용하기 (0) | 2011.01.12 |