<?php
$str
=
'one|two|three|four'
;
print_r(
explode
(
'|'
,
));
, 2));
// 负数的 limit(自 PHP 5.1 起)
, -1));
?>