[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/includes/ -> functions.php (summary)

(no description)

File Size: 945 lines (26 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 18 functions

  get_db_stat()
  phpbb_clean_username()
  phpbb_ltrim()
  phpbb_rtrim()
  dss_rand()
  get_userdata()
  make_jumpbox()
  init_userprefs()
  setup_style()
  encode_ip()
  decode_ip()
  create_date()
  generate_pagination()
  phpbb_preg_quote()
  obtain_word_list()
  message_die()
  phpbb_realpath()
  redirect()

Functions
Functions that are not part of a class:

get_db_stat($mode)   X-Ref
No description

phpbb_clean_username($username)   X-Ref
No description

phpbb_ltrim($str, $charlist = false)   X-Ref
This function is a wrapper for ltrim, as charlist is only supported in php >= 4.1.0
Added in phpBB 2.0.18


phpbb_rtrim($str, $charlist = false)   X-Ref
No description

dss_rand()   X-Ref
Our own generator of random values
This uses a constantly changing value as the base for generating the values
The board wide setting is updated once per page if this code is called
With thanks to Anthrax101 for the inspiration on this one
Added in phpBB 2.0.20


get_userdata($user, $force_str = false)   X-Ref
No description

make_jumpbox($action, $match_forum_id = 0)   X-Ref
No description

init_userprefs($userdata)   X-Ref
No description

setup_style($style)   X-Ref
No description

encode_ip($dotquad_ip)   X-Ref
No description

decode_ip($int_ip)   X-Ref
No description

create_date($format, $gmepoch, $tz)   X-Ref
No description

generate_pagination($base_url, $num_items, $per_page, $start_item, $add_prevnext_text = TRUE)   X-Ref
No description

phpbb_preg_quote($str, $delimiter)   X-Ref
No description

obtain_word_list(&$orig_word, &$replacement_word)   X-Ref
No description

message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '', $err_file = '', $sql = '')   X-Ref
No description

phpbb_realpath($path)   X-Ref
No description

redirect($url)   X-Ref
No description



Generated: Mon Jan 14 19:21:40 2013 Cross-referenced by PHPXref 0.7.1