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
Gladiators Battle -
Jan -
転職カメ -
SUBARNAB SADHUKHAN -
Top comments (0)