Please answer this simple SPAM challenge: zero plus eight? (Example: nine)
<?php$list = ['a', 'b', 'c'];next($list);unset($list[1]);echo current($list); // result : "c"
<< Back to user notes page