25 pers. connectées au site
Manuel Pear
System_WinDrives::setReadName()
System_WinDrives::setReadName() -- Sets the readName setting
Synopsis
- <?php
- require_once 'System/WinDrives.php
- ?>
System_WinDrives::setReadName (boolean $bReadName)
Description
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.
Paramètres
- booléen $bReadName
-
If the names shall be read or not
Remonter