$respon is string
{"token_type":"Bearer","client_id":"GQQZFVpjICA9clRqAPertreyC5XLX379","access_token":"PJVS9JiOFWCZ8F4dBCUEa7GdDnCO","scope":"","expires_in":"1799","status":"approved"}
How can I cut value remaining only 'PJVS9JiOFWCZ8F4dBCUEa7GdDnCO' it will follow "access_token" : in php
Open in new window