Sudden PHP Error “Warning: imap_open() [function.imap-open]: Couldn't open stream”

前端 未结 5 1899
忘掉有多难
忘掉有多难 2021-01-20 11:54

Okay, this code \'was\' working perfectly and then I started playing around with it in order to let others connect to their e-mails and as you do ran into a few open stream

5条回答
  •  时光说笑
    2021-01-20 12:15

    resource imap_open(
        string $mailbox , 
        string $username , 
        string $password [, 
        int $options = 0 [, 
        int $n_retries = 0 [,  
        array $params = NULL ]]] 
    )
    

提交回复
热议问题