Alters the list of PHP stream wrapper implementations.
file_get_stream_wrappers()
hook_stream_wrappers()
function hook_stream_wrappers_alter(&$wrappers) { // Change the name of private files to reflect the performance. $wrappers['private']['name'] = t('Slow files'); }