System_WinDrives::getDriveList() | System_WinDrives::getDrivesInformation() |
System_WinDrives | |
PEAR Manual | |
require_once 'System/WinDrives.php'; |
string System_WinDrives::getDriveName (
string $strDrive
)
Returns the user-given name for the given drive. The function does not work on PHP5 and returns an empty string ''.
The drive path, whose name shall be read.
string - The drive label
Using myFunction()
|
Output:
|
System_WinDrives::getDriveList() | System_WinDrives::getDrivesInformation() |
System_WinDrives | |
PEAR Manual | |