PHP 8.5.0 RC4 available for testing

Voting

: max(eight, nine)?
(Example: nine)

The Note You're Voting On

Siann Beck
15 years ago
For signing an Amazon AWS query, base64-encode the binary value:

<?php
$Sig
= base64_encode(hash_hmac('sha256', $Request, $AmazonSecretKey, true));
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /