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 a cursor name for a given result resource * * @phpstub * * @param re..

Decoded Output download

<?php

/**
 * Get a cursor name for a given result resource
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return string Returns a string containing the active cursor name. If no cursor is
 *                active then NULL is returned.
 */
function ingres_cursor($result)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get a cursor name for a given result resource
 *
 * @phpstub
 *
 * @param resource $result
 *
 * @return string Returns a string containing the active cursor name. If no cursor is
 *                active then NULL is returned.
 */
function ingres_cursor($result)
{
}

Function Calls

None

Variables

None

Stats

MD5 cd42436e37d54f43536ad26a94b5c0e9
Eval Count 0
Decode Time 74 ms