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 parents * * @phpstub * * @param int $connection * @param ..

Decoded Output download

<?php

/**
 * Object ids of parents
 *
 * @phpstub
 *
 * @param int $connection
 * @param int $objectID
 *
 * @return array Returns an indexed array of object ids. Each object id belongs to a parent
 *               of the object with ID .
 */
function hw_GetParents($connection, $objectID)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Object ids of parents
 *
 * @phpstub
 *
 * @param int $connection
 * @param int $objectID
 *
 * @return array Returns an indexed array of object ids. Each object id belongs to a parent
 *               of the object with ID .
 */
function hw_GetParents($connection, $objectID)
{
}

Function Calls

None

Variables

None

Stats

MD5 affa56a09f39c6476625c802ee5c9f04
Eval Count 0
Decode Time 72 ms