if(!($sock=fsockopen(gethostbyname($host),$port,$errno,$errstr))) $msg=fgets($sock); $command="ユーザー ".$user."
"; $command="パス「.$パスワード。」
"; $command="ステータス
"; $command="リスト
"; $command="戻り 1
"; $command="終了
";
$host=pop.163.com;
$port=110;
$user=******;
$password=******;
exit($errno.: .$errstr);
set_socket_blocking($sock,true);
echo $msg;
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;
fwrite($sock,$command);
while(true)
{
$msg=fgets($sock);
echo $msg;
if(preg_match(/^./,$msg))
休憩;
}
fwrite($sock,$command);
while(true)
{
$msg=fgets($sock);
echo $msg;
if(preg_match(/^.(
)$/,$msg))
休憩;
}
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;
?>