Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/local/php5.6/lib/php/test/Auth/tests/
Upload File :
Current File : //proc/thread-self/root/usr/local/php5.6/lib/php/test/Auth/tests/auth_container_pop3_options.php

<?php

$options = array(
    'host'=>'mail.example.com',
    'port'=>'110'
);

$extra_options['username'] = 'test_user';
$extra_options['passwd'] = 'test_user';

?>