mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed mistake: some functions _only_ work on IMAP-servers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72908 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5204bd8fc9
commit
4e097a130c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.61 $ -->
|
||||
<!-- $Revision: 1.62 $ -->
|
||||
<reference id='ref.imap'>
|
||||
<title>IMAP, POP3 and NNTP functions</title>
|
||||
<titleabbrev>IMAP</titleabbrev>
|
||||
|
@ -1828,7 +1828,7 @@ for($i=0;$i<count($elements);$i++) {
|
|||
<para>
|
||||
Returns an IMAP stream on success and &false; on error. This
|
||||
function can also be used to open streams to POP3 and NNTP
|
||||
servers, but some functions and features are not available
|
||||
servers, but some functions and features are only available
|
||||
on IMAP servers.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue