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 named destination * * @phpstub * * @param resource $pdfdoc * @pa..

Decoded Output download

<?php

/**
 * Create named destination
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param string $name
 * @param string $optlist
 *
 * @return bool
 */
function PDF_add_nameddest($pdfdoc, $name, $optlist)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Create named destination
 *
 * @phpstub
 *
 * @param resource $pdfdoc
 * @param string $name
 * @param string $optlist
 *
 * @return bool
 */
function PDF_add_nameddest($pdfdoc, $name, $optlist)
{
}

Function Calls

None

Variables

None

Stats

MD5 1a52884e3ad6ccbff9e82a10bff29612
Eval Count 0
Decode Time 105 ms