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 php written in?
Why do we use query?
Why we use get in php?
Why does sql injection happen?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What is the different between count() and sizeof() in php?
Which is better python or php?
What is the difference between unset and unlink?
Is php 5 still supported?
Is php used anymore?
Why php is used with mysql?
What is the use of header() function in php?
What is the use of extract function in php?
How we can get the number of elements in an array?
What does the unset() function mean?