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 /** * Update the service status * * @phpstub * * @param int $status * @param ..

Decoded Output download

<?php

/**
 * Update the service status
 *
 * @phpstub
 *
 * @param int $status
 * @param int $checkpoint
 *
 * @return bool 
 */
function win32_set_service_status($status, $checkpoint = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Update the service status
 *
 * @phpstub
 *
 * @param int $status
 * @param int $checkpoint
 *
 * @return bool 
 */
function win32_set_service_status($status, $checkpoint = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 0ad16b86ea97616683bf82d9017d3c03
Eval Count 0
Decode Time 83 ms