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 a record * * @phpstub * * @param resource $id * @param int $pos..
Decoded Output download
<?php
/**
* Returns a record
*
* @phpstub
*
* @param resource $id
* @param int $pos
* @param string $type
*
* @return string Returns the record at position or an empty
* string if no record exists at the given position.
*/
function yaz_record($id, $pos, $type)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns a record
*
* @phpstub
*
* @param resource $id
* @param int $pos
* @param string $type
*
* @return string Returns the record at position or an empty
* string if no record exists at the given position.
*/
function yaz_record($id, $pos, $type)
{
}
Function Calls
None |
Stats
MD5 | 353272bd1f3aef5ef0b0edcae8dfb786 |
Eval Count | 0 |
Decode Time | 86 ms |