Innovation Award
 September 2007
Number 8 |
SMB is a protocol used for providing access to shared files and printers usually in local networks of Windows machines.
This class implements a stream wrapper that lets you access shared files and directories available in a local network just like you access local machine files from PHP scripts using functions like fopen, fread, frwrite, opendir, etc..
Manuel Lemos |
This class is a stream wrapper that can be used to access remote files and directories on Windows or other operating systems that support the SMB protocol.
It uses the smbclient program to access Windows network shares, so it works under Linux, other Unix platforms or even under Windows with the Samba client packages installed.
The class implements functions to create, read and write to files available in the local network shares.
It can also list the local network hosts, available shares in an host, and directories of a share.
 |
| Project record: |
smb4php |
| Popularity score: |
78.99 |
| Vitality score: |
2.94 |
|
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
smb.php |
Class |
smb stream wrapper for PHP |