hash_hmac( $algo, $data, $key, $raw_output = false )
Contents
Description Description
Source Source
File: wp-includes/compat.php
156 157 158 | * For $encoding === UTF-8, the ` $str ` input is expected to be a valid UTF-8 byte * sequence. The behavior of this function for invalid inputs is undefined. * |
Expand full source code Collapse full source code View on Trac