Overview

Namespaces

  • GAubry
    • ErrorHandler
    • Helpers
    • Logger
    • Shell
  • Himedia
    • Padocc
      • DB
      • Minifier
      • Numbering
      • Properties
      • Task
        • Base
        • Extended
  • None
  • Psr
    • Log

Functions

  • f
  • Overview
  • Namespace
  • Function
  • Tree
  • Deprecated
  • Todo
 1: <?php
 2: 
 3: require __DIR__ . '/../vendor/autoload.php';
 4: 
 5: use GAubry\Helpers\Debug;
 6: 
 7: $value = array('key' => 'xyz');
 8: Debug::printr($value);
 9: 
10: eval('\GAubry\Helpers\Debug::varDump($value);');
11: 
12: function f($a, $b) {
13:     Debug::varDump($a + $b);
14: }
15: 
16: f(3, 5);
17: 
Platform for Automatized Deployments with pOwerful Concise Configuration API documentation generated by ApiGen 2.8.0