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 /** * Set simple dash pattern * * @phpstub * * @param resource $pdfdoc * @par..

Decoded Output download

<?php

/**
 * Set simple dash pattern
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param float $b
 * @param float $w
 *
 * @return bool
 */
function PDF_setdash($pdfdoc, $b, $w)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Set simple dash pattern
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param float $b
 * @param float $w
 *
 * @return bool
 */
function PDF_setdash($pdfdoc, $b, $w)
{
}

Function Calls

None

Variables

None

Stats

MD5 9abd2cfba7a42cf44d40a12d2d03071d
Eval Count 0
Decode Time 95 ms