php.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 21 Feb 2016 00:20:10 +0200
changeset 1900 505319f3423e
parent 1346 a2fbf50a43f4
child 1905 fba288d59662
permissions -rwxr-xr-x
Add TOC.

.. -*- 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