Volltextergebnisse:
- ic1500
- function dump($data, $file) { $f = fopen($file, "wb"); if (!$f) { error("dump()/fopen()"); } $ret = fwrite($f, $data); i... fclose($f); } */ $sock = fsockopen("tcp://$ip", $port); if (!$sock) { error("fsockopen(tcp://$ip:$port)"); } // 350ms