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 $arr
 *
 * @return bool 
 */
function ps_setpolydash($psdoc, $arr)
{
} ?>

Did this file decode correctly?

Original Code

<?php

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

Function Calls

None

Variables

None

Stats

MD5 84ddba5d9cbfa42af8d64c118598e196
Eval Count 0
Decode Time 85 ms