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 /** * Get value of pi * * @phpstub * * @return float The value of pi as float...

Decoded Output download

<?php

/**
 * Get value of pi
 *
 * @phpstub
 *
 * @return float The value of pi as float.
 */
function pi()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get value of pi
 *
 * @phpstub
 *
 * @return float The value of pi as float.
 */
function pi()
{
}

Function Calls

None

Variables

None

Stats

MD5 ea0c9685811a4b3f6522c5a262c65b6f
Eval Count 0
Decode Time 87 ms