intval one of the most undervaluated php funtions
echo intval(array()); // 0
echo intval(array('foo', 'bar')); // 1
Can be used to know if a array is empty, important operation for validations.
intval one of the most undervaluated php funtions
echo intval(array()); // 0
echo intval(array('foo', 'bar')); // 1
Can be used to know if a array is empty, important operation for validations.
For further actions, you may consider blocking this person and/or reporting abuse
Jonas Scholz -
Andrzej Mazur -
Matt Eland -
Hanzla Baig -
Top comments (0)