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

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

File_SMBPasswd::printAccounts()

File_SMBPasswd::printAccounts() – Affiche le contenu d'un fichier smbpasswd existant

Synopsis

void File_SMBPasswd::printAccounts ( )

Description

Affiche tous les comptes du fichier smbpasswd chargé.

Return value

void

Note

This function can not be called statically.

Example

Exemple avec 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, 18 Oct 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.