Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16537 программистов и 1674 робота. Сейчас ищут 1713 программистов ...
System_WinDrives
Вернуться к: System
Provides functions to enumerate root directories ("Drives") on Windows systems by using win32 api calls.
- Introduction — Enumerating drives on Windows systems
- Example — How to use System_WinDrives
- Constants — Constants defined and used in System_WinDrives
- System_WinDrives() — Outputs short description of the method
- System_WinDrives::getDriveList() — Gets array with path of all drives
- System_WinDrives::getDriveName() — Returns the user-defined name for a drive
- System_WinDrives::getDrivesInformation() — Gets information about all drives
- System_WinDrives::getDriveType() — Gets the type of a drive
- System_WinDrives::getReadName() — Returns if drive names shall be read or not
- System_WinDrives::getTypeTitle() — Gets the readable name to a drive type
- System_WinDrives::guessDriveList() — Tries to guess the drive list
- System_WinDrives::isApiAvailable() — Checks if the API is available
- System_WinDrives::setReadName() — Sets the readName setting
Вернуться к: System