|
Main (PHP)
3rd Party Streams
Resources
Code Snippets
Affiliates
|
|
|
|
| |
File_SMBPasswd::unlock()File_SMBPasswd::unlock() -- unlock the smbpasswd file Description
unlock the smbpasswd file.
Return value
mixed - Returns TRUE on success,
PEAR_Error on failure.
NoteThis function can not be called
statically. ExampleExample 30-1. Using File_SMBPasswd::unlock() <?php
require_once('File/SMBPasswd.php');
$fh = new File_SMBPasswd('/usr/local/private/smbpasswd');
$status = $fh->unlock();
if (PEAR::isError($status)) {
// handle errors
} else {
// continue processing
}
?> |
|
|
|
|
| |
|
|
|
Top Sponsor
Sponsors
Sponsors
Advertisting
Affiliates
|
|