Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/01/2017, 23:07
Rebuilding
 
Fecha de Ingreso: julio-2014
Mensajes: 161
Antigüedad: 10 años, 6 meses
Puntos: 4
obtener elemento de un array dentro de un objeto

Hola

Estoy haciendo un var_dump($charge) y me regresa lo siguiente, solo necesito obtener el elemento $charge["barcode_url"], necesito convertir el objeto a un array?
No puse completo el var_dump, porque no me permitia postearlo completo en este foro

Código PHP:
object(OpenpayCharge)#12 (14) { ["authorization":protected]=> NULL  object(stdClass)#23 (3) { ["type"]=> string(5) "store" ["reference"]=> string(17) "OPENPAY00XGN6WTQ4" ["barcode_url"]=> string(85) "https://sandbox-api.openpay.mx/barcode/OPENPAY00XGN6WTQ4?width=1&height=45&text=false" } } ["noSerializableData":protected]=> array(0) { } }