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 /** * Initialize an incremental hashing context * * @phpstub * * @param string..

Decoded Output download

<?php

/**
 * Initialize an incremental hashing context
 *
 * @phpstub
 *
 * @param string $algo
 * @param int $options
 * @param string $key
 *
 * @return resource Returns a Hashing Context resource for use with ,
 *                  , ,
 *                  and .
 */
function hash_init($algo, $options = false, $key = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Initialize an incremental hashing context
 *
 * @phpstub
 *
 * @param string $algo
 * @param int $options
 * @param string $key
 *
 * @return resource Returns a Hashing Context resource for use with ,
 *                  , ,
 *                  and .
 */
function hash_init($algo, $options = false, $key = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 8e3575281b8478d8e218f0b6c6e0caca
Eval Count 0
Decode Time 90 ms