| PHP - Function Reference - Part02 |
-
int abs(int number) 3.0
-
Returns the absolute value of the number
- float acos(float number) 3.0
-
Returns the arc cosine of the number in radians
- float acosh(float number) 4.1.0
-
Returns the inverse hyperbolic cosine of the number (i.e., the value whose hyperbolic cosine is number)
- string addcslashes(string str, string charlist) 4.0
-
Escapes all characters mentioned in charlist with backslashes, creating octal representations if asked to backslash characters with their 8th bit set or with an ASCII value greater than 32 (except '\n', '\r', '\t', etc.)
- string addslashes(string str) 3.0
-
Escapes single quotes, double quotes, and backslash characters in a string with backslashes
- AND 4.0
-
Language keyword that is similar to the && operator, except with lower precedence
- bool apache_child_terminate(void) 4.0.5
-
Terminates Apache process after this request
- object apache_lookup_uri(string URI) 3.0.4
-
Performs a partial request of the given URI to obtain information about it
| Users' Comments (0) |
|
No comment posted








