want to check
suppose I use php curl to connect http request, to the database of the opposite party
and use json_decode first and then print out the json results
<?foreach ($region_get_all->regions as $key) {
echo $key->{"manager-id"};
.......
}
I still need a curl for the fake face. how about it?
he only gave me a manager-id
I"m going to go through another api, and use manager-id to find this person.
so how do I write it?