Creates a signed url for the specified path
This function will create a pre-signed URL for path using the specified options or the default ones. The signature will be the hex value of the hmac created using key
Parameters: |
|
---|---|
Params expires: | (Default time() + 86400) The expiration date for the generated URL. |
Verify that signature matches for the given values
Parameters: |
|
---|---|
Params expires: | The expiration date for the generated URL. |