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 /** * Output text in next line * * @phpstub * * @param resource $p * @param s..

Decoded Output download

<?php

/**
 * Output text in next line
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $text
 *
 * @return bool
 */
function PDF_continue_text($p, $text)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Output text in next line
 *
 * @phpstub
 *
 * @param resource $p
 * @param string $text
 *
 * @return bool
 */
function PDF_continue_text($p, $text)
{
}

Function Calls

None

Variables

None

Stats

MD5 b178c05a74e0e5bd00517bdff5d2fa7f
Eval Count 0
Decode Time 105 ms