Answer Posted / sailabala sahoo
IMAP:-( Internet Message Accese protocol) Port No is- 143
1.imap_list : Read the list of mailboxes
2. imap_open : Opens an IMAP stream to mailbox
3.after open the mail box one copy of the mail ll be a store
in server.
POP3 (Post Office Protocal) Port no-110
1.imap_list : Read the list of mailboxes
2.imap_open : Opens an IMAP stream to mailbox
3.After open the mail there ll be nothing in server.
LDAP:- (Light weight Directory Access protocol) port no-636
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.
3.It is faster than other database like mysql,sql,oracle
4.It can write small amount of data but read becames faster.
5.Ex: outlook express
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Is php an oop?
Tell me what does the array operator '===' means?
Can we use include ("xyz.php") two times in a php page "index.php"?
Why would we use === instead of ==?
Explain me what are the 3 scope levels available in php and how would you define them?
What is the function file_get_contents() useful for?
Explain me the difference between include and require?
Why and where do we use htaccess?
Explain how is it possible to set an infinite execution time for php script?
Where are the persistent cookies stored on your computer?
How many php functions are there?
how to track user logged out or not? when a user is idle?
Could we start a variable with number like $4name?
What is the difference between include and require?
How to specify argument default values?