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 /** * Execute a maintenance command on the database server * * @phpstub * * @p..

Decoded Output download

<?php

/**
 * Execute a maintenance command on the database server
 *
 * @phpstub
 *
 * @param resource $service_handle
 * @param string $db
 * @param int $action
 * @param int $argument
 *
 * @return bool 
 */
function ibase_maintain_db($service_handle, $db, $action, $argument = false)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Execute a maintenance command on the database server
 *
 * @phpstub
 *
 * @param resource $service_handle
 * @param string $db
 * @param int $action
 * @param int $argument
 *
 * @return bool 
 */
function ibase_maintain_db($service_handle, $db, $action, $argument = false)
{
}

Function Calls

None

Variables

None

Stats

MD5 65bdefeb790ed5cf12991016100b203c
Eval Count 0
Decode Time 89 ms