05.05.2013 Views

Programming PHP

Programming PHP

Programming PHP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Program execution<br />

escapeshellarg, escapeshellcmd, exec, passthru, putenv, shell_exec, sleep,<br />

system, usleep<br />

Strings<br />

addcslashes, addslashes, base64_decode, base64_encode, chop, chr, chunk_split,<br />

convert_cyr_string, count_chars, crypt, echo, ereg, ereg_replace, eregi, eregi_<br />

replace, explode, get_html_translation_table, get_meta_tags, hebrev, hebrevc,<br />

highlight_string, htmlentities, htmlspecialchars, implode, iptcparse, join,<br />

levenshtein, localeconv, ltrim, md5, metaphone, nl2br, number_format, ord, parse_<br />

str, parse_url, print, printf, quoted_printable_decode, quotemeta, rtrim,<br />

setlocale, similar_text, soundex, split, spliti, sprintf, sql_regcase, sscanf,<br />

str_pad, str_repeat, str_replace strcasecmp, strchr, strcmp, strcoll, strcspn,<br />

strip_tags, stripcslashes, stristr, strlen, strnatcasecmp, strnatcmp,<br />

strncasecmp, strncmp, strpos, strrchr, strrev, strrpos, strspn, strstr, strtok,<br />

strtolower, strtoupper, strtr, substr, substr_count, substr_replace, trim,<br />

ucfirst, ucwords, vprintf, vsprintf, wordwrap<br />

Type functions<br />

doubleval, get_resource_type, gettype, intval, is_array, is_bool, is_double, is_<br />

float, is_int, is_integer, is_long, is_null, is_numeric, is_object, is_real, is_<br />

resource, is_scalar, is_string, settype, strval<br />

URLs<br />

base64_decode, base64_encode, parse_url, rawurldecode, rawurlencode, urldecode,<br />

urlencode<br />

Variable functions<br />

compact, empty, extract, get_defined_constants, get_defined_vars, import_<br />

request_variables, isset, list, print_r, putenv, serialize, uniqid, unserialize,<br />

unset, var_dump<br />

Alphabetical Listing of <strong>PHP</strong> Functions<br />

abs<br />

int abs(int number)<br />

float abs(float number)<br />

Returns the absolute value of number in the same type (float or integer) as the argument.<br />

acos<br />

double acos(double value)<br />

Returns the arc cosine of value in radians.<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.<br />

acos | 377

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!