Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17414 программистов и 1874 робота. Сейчас ищут 1742 программиста ...
File_Passwd_Custom::setMap
Вернуться к: File_Passwd_Custom
File_Passwd_Custom::setMap
File_Passwd_Custom::setMap() – Set 'name map'
Synopsis
mixed File_Passwd_Custom::setMap ( mixed $map = array() )
Set the 'name map' to use with the extra properties of the user.
This map is used for naming the associative array of the extra properties.
Parameter
- array $map
-
the 'name map'
Return value
Returns TRUE on success, PEAR_Error on failure.
Returns PEAR_Error FILE_PASSWD_E_PARAM_MUST_BE_ARRAY, if the supplied 'name map' was not of type array.
Note
This function can not be called statically.
Вернуться к: File_Passwd_Custom