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 /** * Print out a PHP class definition for a dispatchable interface * * @phpstub..

Decoded Output download

<?php

/**
 * Print out a PHP class definition for a dispatchable interface
 *
 * @phpstub
 *
 * @param object $comobject
 * @param string $dispinterface
 * @param bool $wantsink
 *
 * @return bool 
 */
function com_print_typeinfo($comobject, $dispinterface = NULL, $wantsink = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Print out a PHP class definition for a dispatchable interface
 *
 * @phpstub
 *
 * @param object $comobject
 * @param string $dispinterface
 * @param bool $wantsink
 *
 * @return bool 
 */
function com_print_typeinfo($comobject, $dispinterface = NULL, $wantsink = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 5f52b280edc1b083b64b0e392ab9e65b
Eval Count 0
Decode Time 98 ms