Posts by Rodolfo • 11 points
1 post
- 
		1 votes2 answers212 viewsA: Creating buffers in PHPI don’t know if it’s a good solution, but it should work. $array = array( (int)substr($str, 0, 4), substr($str, 4, 10), (int)substr($str, 10, 4), (int)substr($str, 14, 4), (float)substr($str, 18,…