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 /** * Returns error description * * @phpstub * * @param resource $id * * @re..

Decoded Output download

<?php

/**
 * Returns error description
 *
 * @phpstub
 *
 * @param resource $id
 *
 * @return string Returns an error text message for server (last request), identified by
 *                parameter . An empty string is returned if the
 *                last operation was successful.
 */
function yaz_error($id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns error description
 *
 * @phpstub
 *
 * @param resource $id
 *
 * @return string Returns an error text message for server (last request), identified by
 *                parameter . An empty string is returned if the
 *                last operation was successful.
 */
function yaz_error($id)
{
}

Function Calls

None

Variables

None

Stats

MD5 85ca1e53b70bcc29b9a354d49e166344
Eval Count 0
Decode Time 82 ms