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 and the contents of a give..

Decoded Output download

<?php

/**
 * Generate a keyed hash value using the HMAC method and the contents of a given file
 *
 * @phpstub
 *
 * @param string $algo
 * @param string $filename
 * @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_file($algo, $filename, $key, $raw_output = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generate a keyed hash value using the HMAC method and the contents of a given file
 *
 * @phpstub
 *
 * @param string $algo
 * @param string $filename
 * @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_file($algo, $filename, $key, $raw_output = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 e9567c23ef61c892f1acaf7a420f2182
Eval Count 0
Decode Time 78 ms