Posts by Luís Assunção • 31 points
2 posts
-
0
votes7
answers874
viewsA: Extract Array content for PHP variables
I appreciate the help provided by all. I was not really doing echo out of the function but rather the var_dump inside the function. So I share here the correct form: Function receiving WS response:…
-
3
votes7
answers874
viewsQ: Extract Array content for PHP variables
I have a Curl statement that invokes a WS. The answer to this WS is saved via: $reference = var_dump(json_decode($exec, true)); return $reference; Since I have this in one function, in the other…