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 /** * Object ids of anchors of document * * @phpstub * * @param int $connectio..

Decoded Output download

<?php

/**
 * Object ids of anchors of document
 *
 * @phpstub
 *
 * @param int $connection
 * @param int $objectID
 *
 * @return array Returns an array of object ids.
 */
function hw_GetAnchors($connection, $objectID)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Object ids of anchors of document
 *
 * @phpstub
 *
 * @param int $connection
 * @param int $objectID
 *
 * @return array Returns an array of object ids.
 */
function hw_GetAnchors($connection, $objectID)
{
}

Function Calls

None

Variables

None

Stats

MD5 2eb7e8f974485abb581d20d60190d993
Eval Count 0
Decode Time 94 ms