PHP関数の履歴

array_shift(配列);


配列["hoge","fuga","aho"]
が一番前のがなくなって
配列["fuga","aho"]
になる