PHP Functions : Advanced PHP debugger
Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Advanced PHP debugger
Help URL: http://www.php.net/manual/en/ref.apd.php
Items Related to Advanced PHP debugger
Inner Elements of Advanced PHP debugger
Advanced PHP debugger contains following items:
- apd_breakpoint (apd breakpoint)
- apd_callstack (apd callstack)
- apd_clunk (apd clunk)
- apd_continue (apd continue)
- apd_croak (apd croak)
- apd_dump_function_table (apd dump function table)
- apd_dump_persistent_resources (apd dump persistent resources)
- apd_dump_regular_resources (apd dump regular resources)
- apd_echo (apd echo)
- apd_get_active_symbols (apd get active symbols)
- apd_set_pprof_trace (apd set pprof trace)
- apd_set_session_trace (apd set session trace)
- apd_set_session (apd set session)
- apd_set_socket_session_trace (apd set socket session trace)
- override_function (override function)
- rename_function (rename function)
PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers. -- wikipedia.org
|