PHP Function List
endif doesn't exist. Closest matches:
- end
- opendir
- svn_diff
- rewinddir
- date_diff
- rewind
- getendline
- date_modify
- die
- gd_info
- dir
- scandir
- hw_identify
- readdir
- fam_pending
- getmodifiers
- zend_version
- eio_sendfile
- mb_send_mail
- eio_npending
Site Search Results
-
Alternative syntax for control structures - ManualIn each case, the basic form of the alternate syntax is to change the opening brace to a colon (:) and the closing brace to endif;, endwhile;, endfor;, endforeach;, or ...
-
endif;?> But since the two alternative if syntaxes are not interchangeable, it's reasonable to expect that the parser wouldn't try matching else statements using one style to if ...
-
Magic constants. PHP provides a large number of predefined constants to any script which it runs. Many of these constants, however, are created by various extensions, and will ...
-
end() advances array's internal pointer to the last element, and returns its value.
-
else (PHP 4, PHP 5) Often you'd want to execute a statement if a certain condition is met, and a different statement if the condition is not met.
-
If the include occurs inside a function within the calling file, then all of the code contained in the called file will behave as though it had been defined inside that function.
-
if (PHP 4, PHP 5) The if construct is one of the most important features of many languages, PHP included. It allows for conditional execution of code fragments.
-
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include "php.h" #include "php_ini.h" #include "ext/standard/info.h" #include "php_counter.h" /* ... */ #ifdef COMPILE_DL_COUNTER ...
-
endif; // endif placed here for debugging purposes __halt_compiler(); endif; // original location of endif -- would produce syntax error if __halt_compiler was not there
-
$finished = true; // ...we are finished endif; endwhile; // (if not finished, re-start WHILE loop)

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