A
array(value1, value2...) (Array handling)
array_walk(array, function) (Array handling)
arsort(unsorted_array) (Array handling)
asort(unsorted_array) (Array handling)
B
base64_decode(data) (Conversion)
base64_encode (string) (Conversion)
basename(path) (Conversion)
bcscale(interval) (Configuration)
C
chdir(directory) (Input/Output)
checkdate(month, day, year) (Time and date)
chop(string) (Conversion)
chr(ASCII_code) (Conversion)
class (Input/Output)
clearstatcache() (Configuration)
copy(source, destination) (Input/Output)
count(variable) (Array handling)
current(name) (Array handling)
D
date(format, timestamp) (Time and date)
define(constant_name, value, case_insensitive) (Data handling)
defined(constant) (Data handling)
dir(directory) (Input/Output)
dirname(path) (Conversion)
doubleval(variable) (Data handling)
E
echo (Input/Output)
empty(variable) (Data handling)
end(array) (Array handling)
ereg(pattern, string, match_array) (Regular expression)
ereg_replace(pattern, replacement, string) (Regular expression)
eregi(pattern, string, match_array) (Regular expression)
eregi_replace(pattern, replacement, string) (Regular expression)
eval(php_code_string) (String handling)
explode(separator, string) (Array handling)
F
feof(file_pointer) (Input/Output)
file(filename) (Input/Output)
file_exists(filename) (Input/Output)
fileatime(filename) (Input/Output)
filectime(filename) (Input/Output)
filesize(filename) (Input/Output)
flush() (Input/Output)
frenchtojd(month, day, year) (Calendars)
function (Input/Output)
G
get_meta_tags (filename) (Data handling)
getallheaders() (Input/Output)
getdate(timestamp) (Time and date)
gettype(variable) (Data handling)
gmdate(format, timestamp) (Time and date)
gmmktime(hour, minute, second, month, day, year) (Time and date)
gregoriantojd(month, day, year) (Calendars)
H
header(http_header_string) (Input/Output)
htmlentities(string) (Conversion)
htmlspecialchars (Conversion)
I
implode(array_pieces, delimiter) (Array handling)
include() (Input/Output)
intval(variable) (Data handling)
is_array(variable) (Data handling)
is_dir(filename) (Input/Output)
is_double(variable) (Data handling)
is_executable(filename) (Input/Output)
is_integer(variable) (Data handling)
is_object(variable) (Data handling)
is_readable(filename) (Input/Output)
is_string(variable) (Data handling)
is_type(variable, type) (Data handling)
is_writeable(filename) (Input/Output)
isset(variable) (Data handling)
J
jddayofweek(julian_day_count, calendar_mode) (Calendars)
jdmonthname(julian_day_count, calendar_mode) (Calendars)
jdtofrench(julian_day_count) (Calendars)
jdtogregorian(julian_day_count) (Calendars)
jdtojewish(julian_day_count) (Calendars)
jdtojulian(julian_day_count) (Calendars)
jewishtojd(month, day, year) (Calendars)
juliantojd(month, day, year) (Calendars)
K
key(array) (Array handling)
ksort(array) (Array handling)
L
list(value1, value2...) (Array handling)
ltrim(string) (Conversion)
M
magic_quotes_runtime(on/off) (Configuration)
mail(recipient, subject, message, headers) (Input/Output)
max(array) (Array handling)
max(value1, value2...) (Array handling)
microtime() (Time and date)
min(array) (Array handling)
min(value1, value2...) (Array handling)
mktime(hour, minute, second, month, day, year) (Time and date)
N
newline_to_br(string) (Conversion)
next(array) (Array handling)
nl2br (Conversion)
O
ord(string) (Conversion)
P
parse_url(URL) (Conversion)
phpinfo() (Input/Output)
phpversion() (Input/Output)
prev(array) (Array handling)
print(string) (Input/Output)
printf(formatted_string) (Input/Output)
Q
quotemeta(string) (Conversion)
R
rawurldecode(URL) (Conversion)
rawurlencode(URL) (Conversion)
readfile(filename) (Input/Output)
register_shutdown_function(function) (Configuration)
rename(old_name, new_name) (Input/Output)
reset(array) (Array handling)
Return() (Input/Output)
rsort(unsorted_array) (Array handling)
S
setcookie(name, value, expire, path, domain, secure) (Input/Output)
setlocale(category, locale) (Configuration)
settype(variable, type) (Data handling)
show_source(filename) (Input/Output)
sleep(seconds) (Configuration)
sort(unsorted_array) (Array handling)
sprintf(format, mixed_arguments) (String handling)
strcasecmp(string1, string2) (String handling)
strcmp(string1, string2) (String handling)
strcspn(string1, string2) (String handling)
stripslashes(string) (Conversion)
strlen(string) (String handling)
strtoupper(string) (Conversion)
strpos(string, pattern) (String handling)
strrev(string) (Conversion)
strrpos(string, pattern_char) (String handling)
strspn(string, pattern) (String handling)
strstr(string, pattern) (String handling)
strtok(string, delimiter) (String handling)
strtolower(string) (Conversion)
strtr(string, string_from, string_to) (Conversion)
strval(variable) (Data handling)
substr(string, start, length) (String handling)
T
time() (Time and date)
touch(filename, time) (Input/Output)
trim(string) (Conversion)
U
uasort(unsorted_array, function) (Array handling)
ucfirst(string) (Conversion)
ucwords(string) (Conversion)
uksort(unsorted_array, function) (Array handling)
unset(variable) (Data handling)
urldecode(URL) (Conversion)
urlencode(URL) (Conversion)
usleep(microseconds) (Configuration)
usort(unsorted_array, function) (Array handling)
|