fileowner returns the username OF the file's OWNER. Isn't that what you want? You don't think you're going to get their first and last name do you? "Floyd Resler" <[email protected]> wrote in message news:[email protected]... Is there a way I can get the name of a file's owner. I know I can get the username by doing this: posix_getpwuid(fileowner($filename));
How can I get the actual name of the owner? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

