1<?php
2
3$options = array(
4    'host'=>'mail.example.com',
5    'port'=>'110'
6);
7
8$extra_options['username'] = 'test_user';
9$extra_options['passwd'] = 'test_user';
10
11?>
12