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 /** * Sets the database edition * * @phpstub * * @param string $edition * * ..
Decoded Output download
<?php
/**
* Sets the database edition
*
* @phpstub
*
* @param string $edition
*
* @return bool
*/
function oci_set_edition($edition)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Sets the database edition
*
* @phpstub
*
* @param string $edition
*
* @return bool
*/
function oci_set_edition($edition)
{
}
Function Calls
None |
Stats
MD5 | b1b474d7cce8cc25dfbb25602d110ddd |
Eval Count | 0 |
Decode Time | 98 ms |