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 number * * @phpstub * * @param resource $id * * @return ..

Decoded Output download

<?php

/**
 * Returns error number
 *
 * @phpstub
 *
 * @param resource $id
 *
 * @return int Returns an error code. The error code is either a Z39.50 diagnostic code
 *             (usually a Bib-1 diagnostic) or a client side error code which is
 *             generated by PHP/YAZ itself, such as "Connect failed", "Init Rejected",
 *             etc.
 */
function yaz_errno($id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns error number
 *
 * @phpstub
 *
 * @param resource $id
 *
 * @return int Returns an error code. The error code is either a Z39.50 diagnostic code
 *             (usually a Bib-1 diagnostic) or a client side error code which is
 *             generated by PHP/YAZ itself, such as "Connect failed", "Init Rejected",
 *             etc.
 */
function yaz_errno($id)
{
}

Function Calls

None

Variables

None

Stats

MD5 5b46b99f036f1b57014c6445c0dacded
Eval Count 0
Decode Time 109 ms