mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add imap_popen() note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83012 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
88de0069ec
commit
6df34bcfd4
1 changed files with 9 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
instead -->
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.63 $ -->
|
||||
<!-- $Revision: 1.64 $ -->
|
||||
<reference id='ref.imap'>
|
||||
<title>IMAP, POP3 and NNTP functions</title>
|
||||
<titleabbrev>IMAP</titleabbrev>
|
||||
|
@ -2006,6 +2006,14 @@ imap_close($mbox);
|
|||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function requires special support from the imap server and is not
|
||||
generally available. Read your imap server's source code and verify that
|
||||
the OP_RELOGIN mechanism is available then define OP_RELOGIN in ext/imap.c
|
||||
and recompile this extension if you want to use this function.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue