File_Passwd_Custom::File_Passwd_Custom

File_Passwd_Custom::File_Passwd_Custom() – Constructeur

Synopsis

require_once 'File/Passwd/Custom.php';

object &new File_Passwd_custom ( string $file = 'passwd' )

Description

Initialise le nouvel objet File_Passwd_Custom avec le chemin spécifié vers le fichier passwd.

Parameter

string $file

chemin vers le fichier passwd

Return value

Retourne un object File_Passwd_Custom.

Note

This function can not be called statically.