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
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
What is the delimiter syntax is PHP's default delimiter syntax
What is the function file_get_contents() useful for?
Why is php so popular?
What types of MYSQL function available for affecting columns
How to initiate a session in php?
How to track no of user logged in?
What is the meaning of a persistent cookie?
What is a query give example?
Explain object-oriented methodology in php?
What is the Default syntax used in PHP?
What is the difference between query and question?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is the mysql injection?
What is alias in php?