File_SMBPasswd::load()

File_SMBPasswd::load() -- load the contents of an existing smbpasswd file

Synopsis

mixed File_SMBPasswd::load ()

Description

Load the contents of smbpasswd file.

Return value

mixed - Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

Example