PHP Function List
function._ doesn't exist. Closest matches:
- function_exists
- rename_function
- create_function
- swfaction
- runkit_function_add
- runkit_function_copy
- reflection
- override_function
- untaint
- reflectionfunction
- runkit_function_remove
- runkit_function_rename
- swf_oncondition
- swf_enddoaction
- apd_dump_function_table
- runtimeexception
- outofboundsexception
- runkit_function_redefine
- ftruncate
- swfbutton
Site Search Results
-
But to avoid those deprecated errors, we change the function name to preg_replace and add a set of delimiters, in this case the 2 forward slashes / / where the contents inside that ...
-
function scale_to_height ($filename, $targetheight) { $size = getimagesize($filename); $targetwidth = $targetheight * ($size[0] / $size[1]);
-
function quotesplit ( $splitter = ',', $s, $restore_quotes = 0 ) { // hack because i'm a bad programmer - replace doubled "s with a ' $s = str_replace ('""', "'", $s);
-
//long block of code producing $bar return $bar;?> The result is the function's body does not get loaded into memory until the function is actually called.
-
Lorsque session.use_trans_sid est activé, la function session_start() enregistrera un gestionnaire interne de sortie pour la réécriture d'URL.
-
The following function works for me well and allows an E-Mail to contain the following characters: "A-Z, a-z, 0-9, . , - , _ " <?php function validateMail ($mail) {
-
After a long time trying to catch the cause of the warning: "mkdir() [function.mkdir]: No such file or directory", I finally realized that this function is not recursive; I mean ...
-
function implode_with_keys($array, $glue, $is_query = false) { if($is_query == true) { return str_replace(array('[', ']', '&'), array('%5B', '%5D', '&'), http_build ...
-
On a Windows system the mail function speaks directly to the SMTP Server (port 25) and therefore in headers linebreaks like "\r\n" (means CRLF) are required at once.
-
Correction on the previous function. Was missing full path on recursive line. <? function file_array($path, $exclude = ".|..", $recursive = true)

Other forms of search
To search the string "function._" 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.
