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 /** * Inserts only anchors into text * * @phpstub * * @param int $hwdoc * @pa..

Decoded Output download

<?php

/**
 * Inserts only anchors into text
 *
 * @phpstub
 *
 * @param int $hwdoc
 * @param array $anchorecs
 * @param array $dest
 * @param array $urlprefixes
 *
 * @return bool
 */
function hw_insertanchors($hwdoc, $anchorecs, $dest, $urlprefixes = array())
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Inserts only anchors into text
 *
 * @phpstub
 *
 * @param int $hwdoc
 * @param array $anchorecs
 * @param array $dest
 * @param array $urlprefixes
 *
 * @return bool
 */
function hw_insertanchors($hwdoc, $anchorecs, $dest, $urlprefixes = array())
{
}

Function Calls

None

Variables

None

Stats

MD5 9df9e0491a2343a5b2bcc52fea064245
Eval Count 0
Decode Time 84 ms