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 /** * Calculate the sha1 hash of a string * * @phpstub * * @param string $str ..

Decoded Output download

<?php

/**
 * Calculate the sha1 hash of a string
 *
 * @phpstub
 *
 * @param string $str
 * @param bool $raw_output
 *
 * @return string Returns the sha1 hash as a string.
 */
function sha1($str, $raw_output = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Calculate the sha1 hash of a string
 *
 * @phpstub
 *
 * @param string $str
 * @param bool $raw_output
 *
 * @return string Returns the sha1 hash as a string.
 */
function sha1($str, $raw_output = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 04f122865caaf1a30492cb090448437e
Eval Count 0
Decode Time 82 ms