Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Generate a keyed hash value using the HMAC method * * @phpstub * * @para..

Decoded Output download

<?php

/**
 * Generate a keyed hash value using the HMAC method
 *
 * @phpstub
 *
 * @param string $algo
 * @param string $data
 * @param string $key
 * @param bool $raw_output
 *
 * @return string Returns a string containing the calculated message digest as lowercase hexits
 *                unless  is set to true in which case the raw
 *                binary representation of the message digest is returned.
 */
function hash_hmac($algo, $data, $key, $raw_output = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generate a keyed hash value using the HMAC method
 *
 * @phpstub
 *
 * @param string $algo
 * @param string $data
 * @param string $key
 * @param bool $raw_output
 *
 * @return string Returns a string containing the calculated message digest as lowercase hexits
 *                unless  is set to true in which case the raw
 *                binary representation of the message digest is returned.
 */
function hash_hmac($algo, $data, $key, $raw_output = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 009b8920322ff4783377412e48fdf818
Eval Count 0
Decode Time 91 ms