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 /** * Pump data into an active hashing context * * @phpstub * * @param resourc..

Decoded Output download

<?php

/**
 * Pump data into an active hashing context
 *
 * @phpstub
 *
 * @param resource $context
 * @param string $data
 *
 * @return bool Returns true.
 */
function hash_update($context, $data)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Pump data into an active hashing context
 *
 * @phpstub
 *
 * @param resource $context
 * @param string $data
 *
 * @return bool Returns true.
 */
function hash_update($context, $data)
{
}

Function Calls

None

Variables

None

Stats

MD5 89473ba446a43d0348ea1555ee25dc04
Eval Count 0
Decode Time 91 ms