Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17391 программист и 1870 роботов. Сейчас ищут 1688 программистов ...
File_Passwd_Custom::useMap
Вернуться к: File_Passwd_Custom
File_Passwd_Custom::useMap
File_Passwd_Custom::useMap() – Whether to use the 'name map'
Synopsis
boolean File_Passwd_Custom::useMap ( boolean $bool = null )
Whether to use the 'name map' of the extra properties or not.
You first must supply a 'name map' to use it.
Parameter
- boolean $bool
-
whether to use the 'name map' or not
Return value
Returns boolean TRUE if you set a value, or the actual value if called without param.
Note
This function can not be called statically.
Вернуться к: File_Passwd_Custom