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 /** * Initiates a backup task in the service manager and returns immediately * *..
Decoded Output download
<?php
/**
* Initiates a backup task in the service manager and returns immediately
*
* @phpstub
*
* @param resource $service_handle
* @param string $source_db
* @param string $dest_file
* @param int $options
* @param bool $verbose
*
* @return mixed
*/
function ibase_backup($service_handle, $source_db, $dest_file, $options = false, $verbose = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Initiates a backup task in the service manager and returns immediately
*
* @phpstub
*
* @param resource $service_handle
* @param string $source_db
* @param string $dest_file
* @param int $options
* @param bool $verbose
*
* @return mixed
*/
function ibase_backup($service_handle, $source_db, $dest_file, $options = false, $verbose = false)
{
}
Function Calls
None |
Stats
MD5 | eef199bdb20d579c5c9afb6d5f8a7c02 |
Eval Count | 0 |
Decode Time | 122 ms |