exit PHP Funktionen : PHP Übersicht : PHP Manual

exit

PHP Function exit / PHP Funktion exit

phplist » Webkatalog Script - Link Script » PHP Function Coder » exit
PHP Funktion
exit ( phplist Code 100% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
exit -- Beenden des aktuellen Skripts
Vorschau
...exit exit (PHP 3, PHP 4, PHP 5) exit -- Beenden des aktuellen Skripts Beschreibung: void exit ( void ) Mit exit() beenden sie - ohne Möglichkeit der Rückkehr - die Skriptausführung. Beachten sie auch die Funktion die() . eval get_browser...
PHP Manual
[ exit php.net ]

PHP Funktion
get_browser ( phplist Code 27% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
get_browser -- Ermittelt die Möglichkeiten des Browsers eines Benutzers
Vorschau
... -Einstellung ihrer Konfigurations-Datei auf die richtige browscap.ini -Datei zeigen. e Informationen (incl. Bezugsquellen für browscap.ini -Dateien) finden sie in der PHP-FAQ unter http://www.php.net/manual/faq.php . exit __halt_compiler...
PHP Manual
[ get_browser php.net ]

PHP Funktion
eval ( phplist Code 25% Relevanz )
Rubrik
Sonstige Funktionen
Kurzform
eval -- Wertet einen String aus als wäre er PHP-Code
Vorschau
... Beispiel gibt aus: Das ist mein $string, voll mit $name.Das ist mein Bierglas, voll mit Binding-Lager. Beachten sie bitte das Setzen des Begrenzungs-Zeichens ";" in code_str sowie den Gebrauch des "\"-Zeichens. die exit...
PHP Manual
[ eval php.net ]

PHP Funktion
newt_form_run ( phplist Code 24% Relevanz )
Rubrik
Newt Functions
Kurzform
newt_form_run -- Runs a form
Vorschau
...newt_form_run newt_form_run (PECL) newt_form_run -- Runs a form Beschreibung void newt_form_run ( resource form, array &exit_struct ) This function runs the form passed to it. Parameter Liste form Form component exit_struct Array, used for returning information after running the form component. Keys and values are described in the following table: Tabelle 1. Form Exit Structure Index Key Value Type Description reason integer The ...
PHP Manual
[ newt_form_run php.net ]

PHP Funktion
Newt Functions ( phplist Code 22% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...() ) Vordefinierte Konstanten Folgende Konstanten werden von dieserErung definiert und stehen nur zur Verfügung, wenn die Erung entwederstatisch in PHP kompiliert oder dynamisch zur Laufzeit geladen wurde. Newt form exit reasons Tabelle 1. Newt form exit reasons constant meaning NEWT_EXIT_HOTKEY hotkey defined by newt_form_add_hot_key() was pressed NEWT_EXIT_COMPONENT some component has caused form to exit NEWT_EXIT_FDREADY file descriptor...
PHP Manual
[ Newt Functions php.net ]

PHP Funktion
proc_get_status ( phplist Code 21% Relevanz )
Rubrik
Funktionen zur Programmausführung
Kurzform
proc_get_status -- Get information about a process opened by proc_open()
Vorschau
.... signaled bool TRUE if the child process has been terminated by an uncaught signal. Always set to FALSE on Windows. stopped bool TRUE if the child process has been stopped by a signal. Always set to FALSE on Windows. exitcode int The exit code returned by the process (which is only meaningful if running is FALSE ). Only first call of this function return real value, next calls return -1 . termsig int The number of the signal that caused ...
PHP Manual
[ proc_get_status php.net ]

PHP Funktion
Microsoft IIS / PWS ( phplist Code 17% Relevanz )
Rubrik
Installation on Windows systems
Kurzform
-----
Vorschau
... and select New->Key , name it command . Highlight the new key command and in the right side pane, double click the "default value" and enter the path to php.exe . ex: c:\php\php.exe -q %1 . (don't forget the %1 ). Exit Regedit. If using PWS on Windows, reboot to reload the registry. PWS and IIS 3 users now have a fully operational system. IIS 3 users can use a nifty tool from Steven Genusa to configure their script maps. ...
PHP Manual
[ Microsoft IIS / PWS php.net ]

PHP Funktion
Accepting Arguments ( phplist Code 17% Relevanz )
Rubrik
Zend API: Hacking the Core of PHP
Kurzform
-----
Vorschau
.... Note: The old PHP equivalent of this macro is ARG_COUNT . The following code checks for the correct number of arguments: if(ZEND_NUM_ARGS() != 2) WRONG_PARAM_COUNT; If the function is not called with two arguments, it exits with an error message. The code snippet above makes use of the tool macro WRONG_PARAM_COUNT , which can be used to generate a standard error message like: "Warning: Wrong parameter count for firstmodule() in /home/www/...
PHP Manual
[ Accepting Arguments php.net ]

PHP Funktion
HP-UX specific installation notes ( phplist Code 16% Relevanz )
Rubrik
Installation auf Unix-Systemen
Kurzform
-----
Vorschau
... cheerful hack is to put lt_target=hpux10.20 on line 47286 of the configure script. Next, the Apache GuessOS file needs to be hacked. Under apache_1.3.9/src/helpers change line 89 from echo "hp${HPUXMACH}-hpux${HPUXVER}"; exit 0 to: echo "hp${HPUXMACH}-hp-hpux${HPUXVER}"; exit 0 You cannot install PHP as a shared object under HP-UX so you must compile it as a static, just follow the instructions at the Apache page. PHP and Apache should have ...
PHP Manual
[ HP-UX specific installation notes php.net ]

PHP Funktion
List of Parser Tokens ( phplist Code 16% Relevanz )
Rubrik
Anhang
Kurzform
-----
Vorschau
... foreach , alternative syntax T_ENDIF endif if , alternative syntax T_ENDSWITCH endswitch switch , alternative syntax T_ENDWHILE endwhile while , alternative syntax T_END_HEREDOC heredoc syntax T_EVAL eval() eval() T_EXIT exit or die exit() , die() T_EXTENDS extends extends , classes and objects T_FILE __FILE__ constants T_FINAL final Abschnitt namens Final Schlüsselwort in Kapitel 19 (available since PHP 5.0.0) T_FOR for for T_FOREACH foreach ...
PHP Manual
[ List of Parser Tokens php.net ]

PHP Funktion
proc_close ( phplist Code 14% Relevanz )
Rubrik
Funktionen zur Programmausführung
Kurzform
proc_close -- Close a process opened by proc_open() and return the exit code of that process.
Vorschau
...proc_close proc_close (PHP 4 >= 4.3.0, PHP 5) proc_close -- Close a process opened by proc_open() and return the exit code of that process. Beschreibung int proc_close ( resource process ) proc_close() is similar to pclose() except that it only works on processes opened by proc_open() . proc_close() waits for the process to terminate, ...
PHP Manual
[ proc_close php.net ]

PHP Funktion
DB++ Functions ( phplist Code 11% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... lseek() DBPLUS_ERR_NIDX ( integer ) ERR_NIDX Too many secondary indices DBPLUS_ERR_MALLOC ( integer ) ERR_MALLOC Malloc() call failed DBPLUS_ERR_NUSERS ( integer ) ERR_NUSERS Error use of max users DBPLUS_ERR_PREEXIT ( integer ) ERR_PREEXIT Caused by invalid usage DBPLUS_ERR_ONTRAP ( integer ) ERR_ONTRAP Caused by a signal DBPLUS_ERR_PREPROC ( integer ) ERR_PREPROC Error in the preprocessor DBPLUS_ERR_DBPARSE ( integer ) ERR_DBPARSE...
PHP Manual
[ DB++ Functions php.net ]

PHP Funktion
Sonstige Funktionen ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
...of a constant define -- Definiert eine Konstante defined -- Prüft, ob eine angegebene Konstante existiert die -- Gibt eine Nachricht aus und beendet das aktuelle Skript eval -- Wertet einen String aus, als wäre er PHP-Code exit -- Beenden des aktuellen Skripts get_browser -- Ermittelt die Möglichkeiten des Browsers eines Benutzers __halt_compiler -- Halts the compiler execution highlight_file -- Syntax-Hervorhebung für eine Datei highlight_string...
PHP Manual
[ Sonstige Funktionen php.net ]

PHP Funktion
Ncurses Terminal Screen Control Functions ( phplist Code 9% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... home key (upward+left arrow) NCURSES_KEY_BACKSPACE backspace NCURSES_KEY_DL delete line NCURSES_KEY_IL insert line NCURSES_KEY_DC delete character NCURSES_KEY_IC insert char or enter insert mode NCURSES_KEY_EIC exit insert char mode NCURSES_KEY_CLEAR clear screen NCURSES_KEY_EOS clear to end of screen NCURSES_KEY_EOL clear to end of line NCURSES_KEY_SF scroll one line forward NCURSES_KEY_SR scroll one line backward NCURSES_KEY_NPAGE ...
PHP Manual
[ Ncurses Terminal Screen Control Functions php.net ]

PHP Funktion
Advanced PHP debugger ( phplist Code 8% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... on a CR from the socket apd_callstack -- Returns the current call stack as an array apd_clunk -- Throw a warning and a callstack apd_continue -- Restarts the interpreter apd_croak -- Throw an error, a callstack and then exit apd_dump_function_table -- Outputs the current function table apd_dump_persistent_resources -- Return all persistent resources as an array apd_dump_regular_resources -- Return all current regular resources as an array ...
PHP Manual
[ Advanced PHP debugger php.net ]

PHP Funktion
Funktionen zur Programmausführung ( phplist Code 5% Relevanz )
Rubrik
Funktionsreferenz
Kurzform
-----
Vorschau
... -- Maskiert Shell-Metazeichen exec -- Führt ein externes Programm aus passthru -- Führt ein externes Programm aus und zeigt dessen Ausgabe an proc_close -- Close a process opened by proc_open() and return the exit code of that process. proc_get_status -- Get information about a process opened by proc_open() proc_nice -- Change the priority of the current process proc_open -- Execute a command and open file pointers for input/output ...
PHP Manual
[ Funktionen zur Programmausführung php.net ]

PHP Funktion
apd_croak ( phplist Code 0% Relevanz )
Rubrik
Advanced PHP debugger
Kurzform
apd_croak -- Throw an error a callstack and then exit
Vorschau
...apd_croak apd_croak (no version information, might be only in CVS) apd_croak -- Throw an error, a callstack and then exit Beschreibung void apd_croak ( string warning [, string delimiter] ) Behaves like perl's Carp::croak. Throw an error, a callstack and then exit. Parameter Liste warning The warning to throw. delimiter The delimiter. ...
PHP Manual
[ apd_croak php.net ]