htmlspecialchars__recursive

Adds html entities to the array/variable. Uses two underscores to guard against overloading. What it does: - adds entities (", <, >) to the array or string var. - importantly, does not effect keys, only values. - calls itself recursively if necessary.
Parameters Summary
array|string $var
int $level = 0