示例#1
0
 /** Get key used for permanent login
  * @param bool
  * @return string cryptic string which gets combined with password or false in case of an error
  */
 function permanentLogin($create = false)
 {
     return password_file($create);
 }
 /** Get key used for permanent login
  * @return string cryptic string which gets combined with password
  */
 function permanentLogin()
 {
     return password_file();
 }