Function __global->_phpbb_uses_php_password_api

Definitions

sources/forum/phpbb3.php

  • Find whether a phpBB password should be checked using the PHP password API (password_hash/password_verify).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$password_hash string required parameter N/A N/A Password hash

Return

  • Whether it should
  • Type: boolean
  • Set: N/A
  • Range: N/A