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 /** * Start template definition * * @phpstub * * @param resource $pdfdoc * @p..

Decoded Output download

<?php

/**
 * Start template definition
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param float $width
 * @param float $height
 * @param string $optlist
 *
 * @return int
 */
function PDF_begin_template_ext($pdfdoc, $width, $height, $optlist)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Start template definition
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param float $width
 * @param float $height
 * @param string $optlist
 *
 * @return int
 */
function PDF_begin_template_ext($pdfdoc, $width, $height, $optlist)
{
}

Function Calls

None

Variables

None

Stats

MD5 f4c37dd9ede4f12cb33ef388f28a5125
Eval Count 0
Decode Time 100 ms