System_WinDrives::getDrivesInformation()

System_WinDrives::getDrivesInformation() -- Gets information about all drives

Synopsis

require_once 'System/WinDrives.php';

array System_WinDrives::getDrivesInformation (void)

Description

Returns an array with all pieces of information one can get for the drives.

Return value

array - Array of little objects. Key is the drive path, the value is an object with the following values: type, name and typetitle.

Example