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 /** * Seed the better random number generator * * @phpstub * * @param int $see..

Decoded Output download

<?php

/**
 * Seed the better random number generator
 *
 * @phpstub
 *
 * @param int $seed
 *
 * @return void 
 */
function mt_srand($seed = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Seed the better random number generator
 *
 * @phpstub
 *
 * @param int $seed
 *
 * @return void 
 */
function mt_srand($seed = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 70854b56973dbe7d649e05d5d7b3c01d
Eval Count 0
Decode Time 84 ms