<?php $arr = range('A', 'Z');$item_remover = array_search('Y', $arr);unset($arr[$item_remover]); echo implode(', ', $arr);
Standard input is empty
A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Z
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!