$n_level) { echo ''; $type = gettype($msg); if (in_array($type, ["string", "integer", "double"])) { echo $msg; } else { echo "
DBG";
                var_export($msg);
                echo '
'; } echo '
'; } } public static function echo_file($msg) { if (DEBUGNOALYSS > 1) { echo ''; echo "[FILE: $msg]"; echo ''; } } static function display_size() { echo <<Xtra Small
Small
Medium
Large
X Large
EOF; } /** * @brief for development , show request (POST, GET) * @return void */ static function display_request() { $id = uniqid("debug"); $title = \HtmlInput::title_box(_("REQUEST"), $id, "hide"); ?> {$title}
    {$content}

{$button_close} 🕶 EOF; return $r; } } ?>