System_WinDrives::getTypeTitle()
System_WinDrives::getTypeTitle() – Gets the readable name to a drive type
Synopsis
require_once 'System/WinDrives.php';
string System_WinDrives::getTypeTitle (
int $nType
)
Description
Gets the readable name to a drive type, e.g. "Harddisk" for
the type 3
(SYSTEM_WINDRIVE_FIXED
).
Parameter
-
string
$nType
-
The type whose name shall be returned
Return value
string - the name for the type