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
Omid Eidivandi -
Shafayet Hossain -
Ahmed Shah -
HIPHOP and CODE -
Top comments (0)