Answer Posted / vijaya
Examples of IMAP Functions:
1. imap_list : Read the list of mailboxes
2. imap_open : Opens an IMAP stream to mailbox
Examples of LDAP Functions:
1. ldap_connect : This will connect to the ldap server with
the given login credentials.
2. ldap_search : By using this command we can search in ldap
records.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is the use of hooks?
Which function would you use to insert a record into a database in php?
What is $_ request?
my english is not too good then what we apply for a php programer post
What is the difference between md5(), crc32() and sha1() crypto on php?
What type of headers that PHP supports?
What is difference between require_once(), require(), include()?
How to set a page as a home page in a php based site?
Which php framework is best?
Explain the difference between array_merge() and array_combine()?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
What are the main error types in php and how do they differ?
How to track no of user logged in?
What is session in PHP. How to remove data from a session?
What is array filter php?