質問します。

// Perlでの処理
@array_1 = (1, 2, 3, 4, 5);
@array_2 = $array_1[1 .. 3];

Perlの配列のスライスのように、phpで上記のようなことは出来ますか?