|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-21 18:58 UTC] sniper at cvs dot php dot net
[2000-07-26 01:19 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
<?php $mbox = imap_open("{lib.zju.edu.cn:143}INBOX","dnl","TcpIp75"); if(!$mbox){ echo "Error on openning mailbox,Exit"; exit();