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 /** * Gets the properties of the given object * * @phpstub * * @param object $..

Decoded Output download

<?php

/**
 * Gets the properties of the given object
 *
 * @phpstub
 *
 * @param object $object
 *
 * @return array Returns an associative array of defined object accessible non-static properties
 *               for the specified  in scope. If a property has
 *               not been assigned a value, it will be returned with a null value.
 */
function get_object_vars($object)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Gets the properties of the given object
 *
 * @phpstub
 *
 * @param object $object
 *
 * @return array Returns an associative array of defined object accessible non-static properties
 *               for the specified  in scope. If a property has
 *               not been assigned a value, it will be returned with a null value.
 */
function get_object_vars($object)
{
}

Function Calls

None

Variables

None

Stats

MD5 310029270a3dd3f4cc857acdf50b2e67
Eval Count 0
Decode Time 91 ms