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 /** * Add bookmark to current page * * @phpstub * * @param resource $psdoc * ..

Decoded Output download

<?php

/**
 * Add bookmark to current page
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $parent
 * @param int $open
 *
 * @return int The returned value is a reference for the bookmark. It is only used if
 *             the bookmark shall be used as a parent. The value is greater zero if
 *             the function succeeds. In case of an error zero will
 *             be returned.
 */
function ps_add_bookmark($psdoc, $text, $parent = false, $open = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Add bookmark to current page
 *
 * @phpstub
 *
 * @param resource $psdoc
 * @param string $text
 * @param int $parent
 * @param int $open
 *
 * @return int The returned value is a reference for the bookmark. It is only used if
 *             the bookmark shall be used as a parent. The value is greater zero if
 *             the function succeeds. In case of an error zero will
 *             be returned.
 */
function ps_add_bookmark($psdoc, $text, $parent = false, $open = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 89a6a301c1e68b5b1360a7a9a178e30c
Eval Count 0
Decode Time 149 ms