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 a handle to an already running instance of a COM object * * @phpst..
Decoded Output download
<?php
/**
* Returns a handle to an already running instance of a COM object
*
* @phpstub
*
* @param string $progid
* @param int $code_page
*
* @return variant If the requested object is running, it will be returned to your script
* just like any other COM object.
*/
function com_get_active_object($progid, $code_page = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a handle to an already running instance of a COM object
*
* @phpstub
*
* @param string $progid
* @param int $code_page
*
* @return variant If the requested object is running, it will be returned to your script
* just like any other COM object.
*/
function com_get_active_object($progid, $code_page = NULL)
{
}
Function Calls
None |
Stats
MD5 | 1f77bd5dda23d4dc0c3d9bc03fd69218 |
Eval Count | 0 |
Decode Time | 102 ms |