fork download
  1. <?php
  2.  
  3. $string = '/Date(770094000000-0300)/';
  4. preg_match( "/([0-9]+)-([0-9]+)/" , $string , $match );
  5. print_r( $match );
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
Standard output is empty