home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / auth_container_pop3_options.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  171 b   |  11 lines

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