php.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 23 Oct 2018 18:42:39 +0300
changeset 2276 3662cdbd7b64
parent 1912 8b81a8f0f692
permissions -rwxr-xr-x
Reformat text.

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