Esempio n. 1
0
 /**
  * Stop Type!
  * just show the type of a variable, use this function!
  *
  * @param $var
  */
 function _STG($var)
 {
     Stop::type($var, $continue = true, $hide = false, $return = false);
 }