Posts by Henrique • 23 points
2 posts
-
2
votes1
answer63
viewsQ: recover a client name in a multidimensional array
I am creating a script to execute procedures in the database of some customers, I have the following arrays with the credentials of each: $hosts["Cliente1"] = array("ip"=> "ip_do_cliente",…
-
0
votes1
answer319
viewsQ: Filling arrays using a recursive function?
I have a recursive function that divides a certain number into parts, example: Number 259, when going through the function it will look like this: 200 and 59, I need to store these numbers in a…