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
how to use http headers inside php? Write the statement through which it can be added?
Tell me how to retrieve a cookie value?
Tell me what is htaccess?
What is substr() in php? And how it is used?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Which is incorrect with respect to separating php code and html?
What is class extend in php?
What is the difference between associative array and indexed array?
What are the methods of array in java?
What is meant by an associative array?
Is php a programming language?
What is php and its uses?
What PHP stands for?
What is htmlspecialchars?
How to include a file code in different files in php?