Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17125 программистов и 1834 робота. Сейчас ищут 1574 программиста ...
System_WinDrives::setReadName()
Вернуться к: System_WinDrives
System_WinDrives::setReadName()
System_WinDrives::setReadName() – Sets the readName setting
Synopsis
require_once 'System/WinDrives.php';
System_WinDrives::setReadName ( boolean $bReadName )
Set, if drive names shall be read or not. Drive name reading may crash PHP, so this is disabled by default. You can enable label reading with this method.
Parameter
- boolean $bReadName
-
If the names shall be read or not
Вернуться к: System_WinDrives