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 /** * Create layer definition * * @phpstub * * @param resource $pdfdoc * @par..

Decoded Output download

<?php

/**
 * Create layer definition
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param string $name
 * @param string $optlist
 *
 * @return int
 */
function PDF_define_layer($pdfdoc, $name, $optlist)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create layer definition
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param string $name
 * @param string $optlist
 *
 * @return int
 */
function PDF_define_layer($pdfdoc, $name, $optlist)
{
}

Function Calls

None

Variables

None

Stats

MD5 e6aaf988f9f8c33e0d74649280675983
Eval Count 0
Decode Time 93 ms