Warning: file_put_contents(): Only -1 of 52 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
openlog setcookie ネットワーク PHP Manual pfsockopen (PHP 4, 5) — 持続的な Internet または Unix ドメインソケット接続をオープンする 説明 resource ( string $hostname...
Forum und email

pfsockopen

(PHP 4, PHP 5)

pfsockopen — 持続的な Internet または Unix ドメインソケット接続をオープンする

説明

resource pfsockopen ( string $hostname [, int $port [, int &$errno [, string &$errstr [, float $timeout ]]]] )

この関数は、fsockopen() と全く同様に動作します。 ただし、この関数による接続はリクエストが終了した後でも閉じられないという違いがあります。 この関数は、fsockopen() の持続的接続版です。

参考