Net_POP3::disconnect()

Net_POP3::disconnect() – POP3 サーバとの接続を切断する

Synopsis

require_once 'Net/POP3.php';

boolean Net_POP3::disconnect ( )

Description

接続を切断します。QUIT コマンドを発行し、ソケットを閉じます。

Return value

boolean - Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.