fork download
  1. <?php
  2.  
  3. $content = '1008_My-Shoot_Day5_SAS_7-Feb-10_RCx';
  4. print_r(explode("_", $content));
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
Array
(
    [0] => 1008
    [1] => My-Shoot
    [2] => Day5
    [3] => SAS
    [4] => 7-Feb-10
    [5] => RCx
)