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 /** * Resumes a paused service * * @phpstub * * @param string $servicename * ..

Decoded Output download

<?php

/**
 * Resumes a paused service
 *
 * @phpstub
 *
 * @param string $servicename
 * @param string $machine
 *
 * @return int 
 */
function win32_continue_service($servicename, $machine = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Resumes a paused service
 *
 * @phpstub
 *
 * @param string $servicename
 * @param string $machine
 *
 * @return int 
 */
function win32_continue_service($servicename, $machine = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 85c496d8ae72349d27e01bb7e5be82b0
Eval Count 0
Decode Time 111 ms