Why not just shell it out?
<?php
$users = passthru('ls /var/spool/mail');
echo $users;
?>
Robert
> -----Original Message-----
> From: Jesus [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 02, 2004 11:56 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] List of Users
>
>
> Hi need some clue about of how a can get a list of the all
> the user in may server I use the imap functions to work with
> the mailboxes but in some point I need show up a list of the
> all the user but I cant find a function to get all the user
>
>
> thank for any help
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php