System_WinDrives::getReadName() | System_WinDrives::guessDriveList() |
System_WinDrives | |
PEAR Manual | |
require_once 'System/WinDrives.php'; |
string System_WinDrives::getTypeTitle (
int $nType
)
Gets the readable name to a drive type, e.g. "Harddisk" for the type 3 (SYSTEM_WINDRIVE_FIXED).
The type whose name shall be returned
string - the name for the type
System_WinDrives::getReadName() | System_WinDrives::guessDriveList() |
System_WinDrives | |
PEAR Manual | |