PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $arr = [0 => 45, 1 => 7654, 2 => 44, -6 => 43, 3 => 4, 'haha' => 'lol']; while($el = next($arr)) { printf("el: %s", $el); }
Show:  
Copy Clear