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 /** * Creates a new service entry in the SCM database * * @phpstub * * @param ..

Decoded Output download

<?php

/**
 * Creates a new service entry in the SCM database
 *
 * @phpstub
 *
 * @param array $details
 * @param string $machine
 *
 * @return mixed 
 */
function win32_create_service($details, $machine = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Creates a new service entry in the SCM database
 *
 * @phpstub
 *
 * @param array $details
 * @param string $machine
 *
 * @return mixed 
 */
function win32_create_service($details, $machine = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 313165b13466b05c38b746387c23191d
Eval Count 0
Decode Time 94 ms