System_WinDrives() | System_WinDrives::getDriveName() |
System_WinDrives | |
PEAR Manual | |
require_once 'System/WinDrives.php'; |
array System_WinDrives::getDriveList (
void
)
Returns an array with all drive paths (e.g. A:\, C:\).
If no API is available, the drive list is guessed. To get more data (like drive type and name), you should use getDrivesInformation().
array - array with all the drives
Using myFunction()
|
Output:
|
System_WinDrives() | System_WinDrives::getDriveName() |
System_WinDrives | |
PEAR Manual | |