Source of: /manual/en/book.apd.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.php.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'book.apd.php',
1 => 'APD',
),
'up' =>
array (
0 => 'refs.basic.php.php',
1 => 'Affecting PHP\'s Behaviour',
),
'prev' =>
array (
0 => 'function.apc-store.php',
1 => 'apc_store',
),
'next' =>
array (
0 => 'intro.apd.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Advanced PHP debugger</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.apd.php">Introduction</a></li><li><a href="apd.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="apd.requirements.php">Requirements</a></li><li><a href="apd.installation.php">Installation</a></li><li><a href="apd.installwin32.php">Building on Win32</a></li><li><a href="apd.configuration.php">Runtime Configuration</a></li><li><a href="apd.resources.php">Resource Types</a></li></ul></li><li><a href="apd.constants.php">Predefined Constants</a></li><li><a href="apd.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="apd.examples.usage.php">How to use PHP-APD in your scripts</a></li></ul></li><li><a href="ref.apd.php">APD Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.apd-breakpoint.php">apd_breakpoint</a> — Stops the interpreter and waits on a CR from the socket</li><li><a href="function.apd-callstack.php">apd_callstack</a> — Returns the current call stack as an array</li><li><a href="function.apd-clunk.php">apd_clunk</a> — Throw a warning and a callstack</li><li><a href="function.apd-continue.php">apd_continue</a> — Restarts the interpreter</li><li><a href="function.apd-croak.php">apd_croak</a> — Throw an error, a callstack and then exit</li><li><a href="function.apd-dump-function-table.php">apd_dump_function_table</a> — Outputs the current function table</li><li><a href="function.apd-dump-persistent-resources.php">apd_dump_persistent_resources</a> — Return all persistent resources as an array</li><li><a href="function.apd-dump-regular-resources.php">apd_dump_regular_resources</a> — Return all current regular resources as an array</li><li><a href="function.apd-echo.php">apd_echo</a> — Echo to the debugging socket</li><li><a href="function.apd-get-active-symbols.php">apd_get_active_symbols</a> — Get an array of the current variables names in the local scope</li><li><a href="function.apd-set-pprof-trace.php">apd_set_pprof_trace</a> — Starts the session debugging</li><li><a href="function.apd-set-session-trace-socket.php">apd_set_session_trace_socket</a> — Starts the remote session debugging</li><li><a href="function.apd-set-session-trace.php">apd_set_session_trace</a> — Starts the session debugging</li><li><a href="function.apd-set-session.php">apd_set_session</a> — Changes or sets the current debugging level</li><li><a href="function.override-function.php">override_function</a> — Overrides built-in functions</li><li><a href="function.rename-function.php">rename_function</a> — Renames orig_name to new_name in the global function table</li></ul></li></ul></div><?php manual_footer(); ?>