| Current Path : /proc/thread-self/root/usr/local/php5.5/lib/php/test/Auth/tests/ |
| Current File : //proc/thread-self/root/usr/local/php5.5/lib/php/test/Auth/tests/auth_container_imap_options.php |
<?php
$options = array(
'host'=>'example.com',
'port'=>'110'
);
$extra_options['username'] = 'test_user';
$extra_options['passwd'] = 'test_user';
?>