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 /** * Get cursorname * * @phpstub * * @param resource $result_id * * @return..

Decoded Output download

<?php

/**
 * Get cursorname
 *
 * @phpstub
 *
 * @param resource $result_id
 *
 * @return string Returns the cursor name, as a string.
 */
function odbc_cursor($result_id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get cursorname
 *
 * @phpstub
 *
 * @param resource $result_id
 *
 * @return string Returns the cursor name, as a string.
 */
function odbc_cursor($result_id)
{
}

Function Calls

None

Variables

None

Stats

MD5 68c5af853dea0d1c365bc9c919c240a3
Eval Count 0
Decode Time 109 ms