Use the standard JSON notation. It serializes objects and arrays. Then print it, fetch it on the client and parse it. On the server: echo json_encode($sentido);.
確定! 回上一頁