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 imagetypes() method?
What does csrf token mean?
How can I display text with a php script?
Explain me what is the difference between explode() and split() functions?
Explain soundex() and metaphone().
What is the best php framework 2018?
What are classes in php?
Which will check if a function exists?
What is the main difference between require() and require_once()?
What are the difference between abstract class and interface in oops?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
How to reset/destroy a cookie in php?
What is the functionality of the functions strstr() and stristr()?
How to get the position of the character in a string in php?
Can age be a variable?