|
Main (PHP)
3rd Party Streams
Resources
Code Snippets
Affiliates
|
|
|
|
| |
File_SMBPasswd::lock()File_SMBPasswd::lock() -- lock the smbpasswd file Description
lock 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::lock() <?php
require_once('File/SMBPasswd.php');
$fh = new File_SMBPasswd('/usr/local/private/smbpasswd');
$status = $fh->lock();
if (PEAR::isError($status)) {
// handle errors
} else {
// continue processing
}
?> |
|
|
|
|
| |
|
|
|
Top Sponsor
Sponsors
Sponsors
Advertisting
Affiliates
|
|