File_Passwd_Unix::File_Passwd_Unix()

File_Passwd_Unix::File_Passwd_Unix() -- Constructor

Synopsis

require_once 'File/Passwd/Unix.php';

object &new File_Passwd_Unix ([string $file = 'passwd'])

Description

Initialize a new File_Passwd_Unix object with the specified path to passwd file.

Parameter

string $file

path to passwd file

Return value

Returns object File_Passwd_Unix.

Note

This function can not be called statically.