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 /** * Queries the status of a service * * @phpstub * * @param string $servicen..
Decoded Output download
<?php
/**
* Queries the status of a service
*
* @phpstub
*
* @param string $servicename
* @param string $machine
*
* @return mixed Returns an array consisting of the following information on success
*/
function win32_query_service_status($servicename, $machine = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Queries the status of a service
*
* @phpstub
*
* @param string $servicename
* @param string $machine
*
* @return mixed Returns an array consisting of the following information on success
*/
function win32_query_service_status($servicename, $machine = NULL)
{
}
Function Calls
None |
Stats
MD5 | df0be7f5adaecc4193515e4bdbcf9110 |
Eval Count | 0 |
Decode Time | 97 ms |