PHP Superglobals Reference
This is a comprehensive list of all the native PHP superglobal arrays used in GrimBB.
PHP Function Reference
This is a comprehensive list of all the native PHP functions used in GrimBB.
- mixed
array_pop
( array &array )
(PHP 4, PHP 5)
- int
array_push
( array &array, mixed var [, mixed ...] )
(PHP 4, PHP 5)
- mixed
array_shift
( array &array )
(PHP 4, PHP 5)
- string
basename
( string $path [, string $suffix ] )
(PHP 4, PHP 5)
- bool
chmod
( string filename, int mode )
(PHP 3, PHP 4, PHP 5)
- string
chr
( int ascii )
(PHP 3, PHP 4, PHP 5)
- void
closedir
( resource dir_handle )
(PHP 3, PHP 4, PHP 5)
- bool
copy
( string source, string dest )
(PHP 3, PHP 4, PHP 5)
- int
count
( mixed var [, int mode] )
(PHP 3, PHP 4, PHP 5)
- int
crc32
( string str )
(PHP 4 >= 4.0.1, PHP 5)
- bool
ctype_alnum
( string text )
(PHP 4 >= 4.0.4, PHP 5)
- bool
ctype_space
( string text )
(PHP 4 >= 4.0.4, PHP 5)
- mixed
current
( array &array )
(PHP 3, PHP 4, PHP 5)
- string
date
( string format [, int timestamp] )
(PHP 3, PHP 4, PHP 5)
- string
dechex
( int number )
(PHP 3, PHP 4, PHP 5)
- bool
define
( string name, mixed value [, bool case_insensitive] )
(PHP 3, PHP 4, PHP 5)
- void
die
( int status )
(PHP 3, PHP 4, PHP 5)
- string
dirname
( string path )
(PHP 3, PHP 4, PHP 5)
- void
echo
( string arg1 [, string ...] )
(PHP 3, PHP 4, PHP 5)
- array
explode
( string delimiter, string string [, int limit] )
(PHP 3, PHP 4, PHP 5)
- bool
fclose
( resource handle )
(PHP 3, PHP 4, PHP 5)
- bool
file_exists
( string filename )
(PHP 3, PHP 4, PHP 5)
- string
file_get_contents
( string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] )
(PHP 4 >= 4.3.0, PHP 5)
- int
filesize
( string $filename )
(PHP 4, PHP 5)
- resource
fopen
( string filename, string mode [, bool use_include_path [, resource context]] )
(PHP 3, PHP 4, PHP 5)
- int
fwrite
( resource handle, string string [, int length] )
(PHP 3, PHP 4, PHP 5)
- string
implode
( string glue, array pieces )
(PHP 3, PHP 4, PHP 5)
- int
ip2long
( string ip_address )
(PHP 4, PHP 5)
- bool
isset
( mixed var [, mixed var [, ...]] )
(PHP 3, PHP 4, PHP 5)
- bool
mkdir
( string pathname [, int mode [, bool recursive [, resource context]]] )
(PHP 3, PHP 4, PHP 5)
- int
mktime
( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )
(PHP 3, PHP 4, PHP 5)
- mixed
next
( array &array )
(PHP 3, PHP 4, PHP 5)
- resource
opendir
( string path [, resource context] )
(PHP 3, PHP 4, PHP 5)
- int
ord
( string string )
(PHP 3, PHP 4, PHP 5)
- string
readdir
( resource dir_handle )
(PHP 3, PHP 4, PHP 5)
- void
require_once
( string filename )
(PHP 4 >= 4.0.1, PHP 5)
- mixed
reset
( array &array )
(PHP 3, PHP 4, PHP 5)
- bool
rmdir
( string dirname [, resource context] )
(PHP 3, PHP 4, PHP 5)
- string
str_pad
( string input, int pad_length [, string pad_string [, int pad_type]] )
(PHP 4 >= 4.0.1, PHP 5)
- mixed
str_replace
( mixed search, mixed replace, mixed subject [, int &count] )
(PHP 3 >= 3.0.6, PHP 4, PHP 5)
- int
strcmp
( string str1, string str2 )
(PHP 3, PHP 4, PHP 5)
- int
stream_set_write_buffer
( resource stream, int buffer )
(PHP 4 >= 4.3.0, PHP 5)
- string
stripslashes
( string str )
(PHP 3, PHP 4, PHP 5)
- int
strlen
( string string )
(PHP 3, PHP 4, PHP 5)
- int
strpos
( string haystack, mixed needle [, int offset] )
(PHP 3, PHP 4, PHP 5)
- int
strrpos
( string haystack, string needle [, int offset] )
(PHP 3, PHP 4, PHP 5)
- string
strtolower
( string str )
(PHP 3, PHP 4, PHP 5)
- string
substr
( string string, int start [, int length] )
(PHP 3, PHP 4, PHP 5)
- string
trim
( string str [, string charlist] )
(PHP 3, PHP 4, PHP 5)
- bool
unlink
( string filename [, resource context] )
(PHP 3, PHP 4, PHP 5)
- bool
usort
( array &array, callback cmp_function )
(PHP 3 >= 3.0.3, PHP 4, PHP 5)