Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: zero plus eight?
(Example: nine)

The Note You're Voting On

ronan at shopping-feed dot com
5 years ago
<?php

$list
= ['a', 'b', 'c'];
next($list);
unset(
$list[1]);

echo
current($list); // result : "c"

<< Back to user notes page

To Top