php.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2017 15:49:54 +0200
changeset 2104 6931c02bbc0e
parent 1912 8b81a8f0f692
permissions -rwxr-xr-x
Skipping tasks and dependencies.

.. -*- coding: utf-8; -*-

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

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