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
TheCSPandz -
KISHORE K -
Cloud Native Engineer -
Potato -
Top comments (0)