Common PHP In-Built Functions
- print()
- print_r()
- include()
- include_once()
- require_once()
- array()
- array_slice()
- array_splice()
- array_merge()
- array_push()
- array_pop()
- array_reverse()
- array_count_values()
- array_pad()
- count()
- str_repeat()
- substr()
- substr_replace()
- strrev()
- strtoupper()
- strtolower()
- ucfirst()
- strstr()
- stristr()
- strlen()
- ucwords()
- strcpy()
- str_replace()
- strcmp()
- rand()
- ceil()
- round()
- mid5()
- die()
- exit()
- strpos()
- strcmp()
- strcasecmp()
- strchr()
- trim()
- chop()
- ltrim()
- rtrim()
- addslashes()
- stripslashes()
- mysql_connect()
- mysql_select_db()
- mysql_query()
- mysql_fetch_array()
- mysql_error()
- mysql_real_escape_string()
- mysql_fetch_row()
- mysql_fetch_object()
- printf()
- sprintf()
- range()
- implode()
- explode()
- list()
- is_array()
- size_of()
- in_array()
- isset()
- unset()
- current()
- next()
- prev()
- reset()
- end()
- key()
- each()
- array_walk()
- pos()
- intval()
- doubleval()
- abs()
- min()
- max()
- stand()
- getrandmax()
- mysql_create_db()
- mysql_drop_db()
- mysql_num_feilds()
- mysql_tablename()
- get_class()
- get_parent_class()
- array_flip()
- array_values()
- array_keys()
- shuffle()
- array_shift()
- array_unshift()
- compact()
- extract()
- asort()
- arsort()
- ksort()
- krsort()
- sort()
- rsort()
- strtok()
- ereg()
- ereg_replace()
- split()
- spliti()
- preg_match()
- preg_match_all()
- preg_split()
- preg_replace()
- preg_quote()
Post a Comment