Quantcast
Channel: Recent Discussions — Photon Engine
Viewing all articles
Browse latest Browse all 15755

webrpc and php

$
0
0

Dictionary<string, object> parameters = new Dictionary<string, object>();
parameters.Add("name", "Nico Yazawa");
parameters.Add("age", "17");
PhotonNetwork.WebRpc("webhook", parameters);


Hello,
I want to know how do you retrieve the parameters sent with php ?

Viewing all articles
Browse latest Browse all 15755

Trending Articles