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 /** * Specifies a range of records to retrieve * * @phpstub * * @param resourc..

Decoded Output download

<?php

/**
 * Specifies a range of records to retrieve
 *
 * @phpstub
 *
 * @param resource $id
 * @param int $start
 * @param int $number
 *
 * @return void 
 */
function yaz_range($id, $start, $number)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Specifies a range of records to retrieve
 *
 * @phpstub
 *
 * @param resource $id
 * @param int $start
 * @param int $number
 *
 * @return void 
 */
function yaz_range($id, $start, $number)
{
}

Function Calls

None

Variables

None

Stats

MD5 35a9e021e7a621729f90573483f3fc9d
Eval Count 0
Decode Time 84 ms