test_explode

Run Settings
LanguagePHP
Language Version
Run Command
<?php $str = 'one|two|three|four'; // 正数的 limit print_r(explode('|', $str, 2)); // 负数的 limit(自 PHP 5.1 起) print_r(explode('|', $str, -1)); ?>
Editor Settings
Theme
Key bindings
Full width
Lines