Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/08/2014, 17:20
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 10 años, 11 meses
Puntos: 379
Respuesta: Recorrer JSON con PHP

Código PHP:
Ver original
  1. foreach ($versions = $obj->versions     as $b => $v)
  2. {
  3.      foreach($v as $key => $value)
  4.      {
  5.           echo "$key : $value";                            
  6.       }                          
  7. }
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.