File_Passwd_Custom::File_Passwd_Custom

File_Passwd_Custom::File_Passwd_Custom() – コンストラクタ

Synopsis

require_once 'File/Passwd/Custom.php';

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

Description

パスワードファイルへのパスを指定して、新しい File_Passwd_Custom オブジェクトを初期化します。

Parameter

string $file

パスワードファイルへのパス。

Return value

File_Passwd_Custom オブジェクトを返します。

Note

This function can not be called statically.