Basic PHP Programming Question:
Download Questions PDF

What are the functions for IMAP?

Answer:

imap_body - Read the message body
imap_check - Check current mailbox
imap_delete - Mark a message for deletion from current mailbox
imap_mail - Send an email message

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
How can we encrypt and decrypt a data presented in a table using MySQL?What are encryption functions in PHP?