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.
string | $uri | A URI to sign |
string | The signed URI |
Designed by : w10schools
service@w10schools.com
Please login to continue.