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
How we can declare variable in php?
Tell us how to set cookies in php?
What is putenv?
Explain me what is x+ mode in fopen() used for?
Which is best framework for php?
What is inheritance in php? How many types of inheritance supports php?
How to Retrieve the Session ID of the Current Session?
How to strip whitespace (or other characters) from the beginning and end of a string?
What is new static in php?
How are cookies created?
What is php and what does it do?
How to create a session? How to remove data from a session?
What are php loops?
How is a constant defined in a PHP script?
What is framework in php?