25 pers. connectées au site
Manuel Pear
System_WinDrives::getTypeTitle()
System_WinDrives::getTypeTitle() -- Gets the readable name to a drive type
Synopsis
- <?php
- 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).
Paramètres
- chaîne de caractères $nType
-
The type whose name shall be returned
Valeur retournée
chaîne de caractères - the name for the type
Remonter