AEOS Calvarium v0.4
This commit is contained in:
parent
821b405f5a
commit
57b531cb62
189 changed files with 3810 additions and 1417 deletions
17
lib/debug.lib.php
Executable file
17
lib/debug.lib.php
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
// Listings des fonctions DEBUG d'AEOS.
|
||||
// *****************************************************
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('log_errors', 1);
|
||||
// Retourne STRING
|
||||
// Retourne sous forme d'arbre l'Array
|
||||
if (!function_exists("view"))
|
||||
{
|
||||
function view($a)
|
||||
{
|
||||
print_r('<pre>');
|
||||
print_r($a);
|
||||
print_r('</pre>');
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue