php.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 10 Oct 2012 20:31:36 +0300
changeset 1382 9297a8f7e3f3
parent 1346 a2fbf50a43f4
child 1905 fba288d59662
permissions -rwxr-xr-x
Fix: CYGWIN=tty is no longer supported.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

======
 PHP.
======
.. contents::

Debugging.
==========

Pretty print variable::

  print_r($var);

Print backtrace::

  debug_print_backtrace();

 * http://php.net/manual/ru/function.print-r.php
 * http://www.php.net/manual/en/function.debug-print-backtrace.php