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.
var_dump($variable);
This dumps the data of the string for analysis.
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment