System_WinDrives::getDriveName() | System_WinDrives::getDriveType() |
System_WinDrives | |
PEAR Manual | |
require_once 'System/WinDrives.php'; |
array System_WinDrives::getDrivesInformation (
void
)
Returns an array with all pieces of information one can get for the drives.
array - Array of little objects. Key is the drive path, the value is an object with the following values: type, name and typetitle.
Using myFunction()
|
Output:
|
System_WinDrives::getDriveName() | System_WinDrives::getDriveType() |
System_WinDrives | |
PEAR Manual | |