string sign(string $uri)
Signs a URI.
The given URI is signed by adding a _hash query string parameter which value depends on the URI and the secret.
string sign(string $uri)
Signs a URI.
The given URI is signed by adding a _hash query string parameter which value depends on the URI and the secret.
Please login to continue.