bool check(string $uri)
Checks that a URI contains the correct hash.
The _hash query string parameter must be the last one (as it is generated that way by the sign() method, it should never be a problem).
bool check(string $uri)
Checks that a URI contains the correct hash.
The _hash query string parameter must be the last one (as it is generated that way by the sign() method, it should never be a problem).
string | $uri | A signed URI |
bool | True if the URI is signed correctly, false otherwise |
Designed by : w10schools
service@w10schools.com
Please login to continue.