prefs.php
This contains functions for filebased user prefs locations
Helper function for getHashDir which does the actual hash calculation.
Uses a crc32 algorithm by default, but if you put the following in config/config_local.php, you can force md5 instead: $hash_dirs_use_md5 = TRUE;
You may also specify that if usernames are in full email address format, the domain part (beginning with "@") be stripped before calculating the crc or md5. Do that by putting the following in config/config_local.php: $hash_dirs_strip_domain = TRUE;
Helper function for getHashedFile, given a username returns the hashed dir for that username.
Given a username and datafilename, this will return the path to the hashed location of that datafile.
Documentation generated on Mon, 13 Jan 2020 04:23:23 +0100 by phpDocumentor 1.4.3