PHP Function List
function.checkpw doesn't exist. Closest matches:
- badfunctioncallexception
- function_exists
- runkit_function_copy
- rename_function
- create_function
- reflectionexception
- reflectionobject
- cairolinecap
- override_function
- newt_checkbox
- wincache_lock
- ftruncate
- swfaction
- runkit_function_rename
- runkit_function_remove
- reflectionfunction
- enchant_dict_check
- swf_actionplay
- pdf_setlinecap
- swf_actionstop
Site Search Results
-
Note about function names: -- According to the specified regular expression ([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*), a function name like this one is valid:
-
Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote ('), double quote ("), backslash (\ ...
-
Determine if a variable is set and is not NULL. If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable that has ...
-
Finds whether the type of the given variable is integer. Note: To test if a variable is a number or a numeric string (such as form input, which is always a string), you ...
-
Searches haystack for needle using loose comparison unless strict is set.
-
function check_post () { foreach ($_POST as $key => $val) { $$key = $val; } $data = Array(); $data["^[a-z0-9!@#$%^&*]"] = Array ("first_name", "last_name",
-
function check_date ($date) { if(strlen ($date) == 10) { $pattern = '/\.|\/|-/i'; // . or / or - preg_match ($pattern, $date, $char);
-
Warning. This function has no effect when PHP is running in safe mode. There is no workaround other than turning off safe mode or changing the time limit in the php.ini.
-
Finds whether the given variable is numeric. Numeric strings consist of optional sign, any number of digits, optional decimal part and optional exponential part.
-
This function is similar to file(), except that file_get_contents() returns the file in a string, starting at the specified offset up to maxlen bytes.

Other forms of search
To search the string "function.checkpw" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
