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 appearance of a dashed line * * @phpstub * * @param resource $psdoc..

Decoded Output download

<?php

/**
 * Sets appearance of a dashed line
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $on
 * @param float $off
 *
 * @return bool 
 */
function ps_setdash($psdoc, $on, $off)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Sets appearance of a dashed line
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param float $on
 * @param float $off
 *
 * @return bool 
 */
function ps_setdash($psdoc, $on, $off)
{
}

Function Calls

None

Variables

None

Stats

MD5 0381c5fe6d9a41ba4cf2adf5d4f24e09
Eval Count 0
Decode Time 85 ms