php.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 01 Mar 2012 15:24:49 +0200
changeset 1237 1a51a3c2e4fa
parent 1206 c52cd5d0e9ed
child 1334 9bf0d5a1f0cf
permissions -rwxr-xr-x
Merge 'wget.txt' and 'http.txt' to 'http.rst'.

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

======
 PHP.
======

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