/sources/forum/phpbb3.php

Description
Classes
Class Description
forum_driver_phpbb3
Functions
_hash_crypt_private (line 84)

phpBB: The crypt function/replacement Get the rows for the top given number of posters on the forum.

  • return: The encoded output
string _hash_crypt_private (string $password, string $setting, string &$itoa64)
  • string $password: To encode
  • string $setting: Encode settings in special format
  • string &$itoa64: Lookup table used internally
_hash_encode64 (line 29)

phpBB: Encode hash

  • return: The encoded output
string _hash_encode64 (string $input, integer $count, string &$itoa64)
  • string $input: To encode
  • integer $count: How many chars to encode
  • string &$itoa64: Lookup table used internally

Documentation generated on Sun, 02 Jan 2011 23:21:08 +0000 by phpDocumentor 1.4.3