Zend Framework Certification 100-500 Question # 58 Topic 6 Discussion

Zend Framework Certification 100-500 Question # 58 Topic 6 Discussion

100-500 Exam Topic 6 Question 58 Discussion:
Question #: 58
Topic #: 6

Which of the following code snippets will you use if you want to connect to a Pop3 server using TLS?


A.

<?php

$mail = new Zend_Mail_Storage_Pop3(array('host'

='example.com', 'user' ='user_name',

'protocol_used' = 'tls')); ?>


B.

<?php

$mail = new Zend_Mail_Storage_Pop3(array('host'

='example.com', 'user' ='user_name',

'connectTo' = 'tls')); ?>


C.

<?php

$mail = new Zend_Mail_Storage_Pop3(array('host'

='example.com', 'user' ='user_name',

'protocol_used' = 'ssl/tls')); ?>


D.

<?php

$mail = new Zend_Mail_Storage_Pop3(array('host'

='example.com', 'user' ='user_name',

'ssl' = 'tls')); ?>


Get Premium 100-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.