Evaluating strings with var_dump()

Use this to evaluate the validity of variables or objects

var_dump($variable);

This dumps the data of the string for analysis.

Comments

Popular Posts