Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/04/2009, 10:24
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: separar datos

O mejor:
Código php:
Ver original
  1. if(preg_match_all( $duration, "/Duration: ([\d][\d]):([\d][\d]):([\d][\d]).([\d]+)/", $matches) ) {
  2.       var_dump($matches);
  3. }

Saludos.