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 /** * Sets the miter limit * * @phpstub * * @param resource $psdoc * @param f..

Decoded Output download

<?php

/**
 * Sets the miter limit
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $value
 *
 * @return bool 
 */
function ps_setmiterlimit($psdoc, $value)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets the miter limit
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $value
 *
 * @return bool 
 */
function ps_setmiterlimit($psdoc, $value)
{
}

Function Calls

None

Variables

None

Stats

MD5 092ad9859fb9250d340b002fb33a8ccb
Eval Count 0
Decode Time 94 ms