previousFile_SMBPasswd::save() (Previous) (Next) File_SearchReplacenext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

File_SMBPasswd::printAccounts()

File_SMBPasswd::printAccounts() – 既存の smbpasswd ファイルの内容を表示する

Synopsis

void File_SMBPasswd::printAccounts ( )

Description

ロードされた smbpasswd ファイルに含まれる全ての内容を表示します。

Return value

void

Note

This function can not be called statically.

Example

File_SMBPasswd::printAccounts() の使用例

<?php
require_once('File/SMBPasswd.php');

$f     = new File_SMBPasswd('/usr/local/private/smbpasswd');
$f->load();
$f->printaccounts();

?>
previousFile_SMBPasswd::save() (Previous) (Next) File_SearchReplacenext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.