Answer the question
In order to leave comments, you need to log in
Is there a VarDump for the console?
There is a very convenient class varDamper
public static function dump($var, $depth=10, $highlight=true){
echo self::dumpAsString($var, $depth, $highlight);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question