Ben bu dizi olduğunu varsayalım:
$array = array('10', '20 ', '30 .30 ', '40 ', '50');
Questions:
What is the fastest/easiest way to remove the first item from the above array?
What is the fastest/easiest way to remove the last item from the above array?
Yani edilen dizisi sadece bu değerleri içerir:
- '20 '
- '30 .30 '
- '40 '