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 /** * Returns the type of a variant object * * @phpstub * * @param variant $va..

Decoded Output download

<?php

/**
 * Returns the type of a variant object
 *
 * @phpstub
 *
 * @param variant $variant
 *
 * @return int This function returns an integer value that indicates the type of
 *             , which can be an instance of
 *             ,  or
 *             classes.  The return value can be compared
 *             to one of the  constants.
 */
function variant_get_type($variant)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the type of a variant object
 *
 * @phpstub
 *
 * @param variant $variant
 *
 * @return int This function returns an integer value that indicates the type of
 *             , which can be an instance of
 *             ,  or
 *             classes.  The return value can be compared
 *             to one of the  constants.
 */
function variant_get_type($variant)
{
}

Function Calls

None

Variables

None

Stats

MD5 def9f73366595bc015eade2028dbd105
Eval Count 0
Decode Time 84 ms