PHP Classes

File: sample.php

Recommend this page to a friend!
  Classes of Filippo Toso   SMB Conf   sample.php   Download  
File: sample.php
Role: Example script
Content type: text/plain
Description: Example script
Class: SMB Conf
Parse and recreate the Samba smb.conf file
Author: By
Last change:
Date: 20 years ago
Size: 175 bytes
 

Contents

Class file image Download
<pre>
<?php
include ("CSMBConf.php");
$smbconf = new CSMBConf ("smb.conf");
print_r ($smbconf->parse ());
print (
"\n\n\n");
print (
$smbconf->recreate ());
?>
</pre>