$arr = array(235,14,123,10);
How can i convert php byte array to int value. I have searched lot in stackoverflow, there is no solution.
$arr = array(235,14,123,10);
How can i convert php byte array to int value. I have searched lot in stackoverflow, there is no solution.