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 /** * Retrieves a header tag from an RPM file * * @phpstub * * @param resource..

Decoded Output download

<?php

/**
 * Retrieves a header tag from an RPM file
 *
 * @phpstub
 *
 * @param resource $rpmr
 * @param int $tagnum
 *
 * @return mixed The return value can be of various types depending on the
 *               supplied to the function.
 */
function rpm_get_tag($rpmr, $tagnum)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Retrieves a header tag from an RPM file
 *
 * @phpstub
 *
 * @param resource $rpmr
 * @param int $tagnum
 *
 * @return mixed The return value can be of various types depending on the
 *               supplied to the function.
 */
function rpm_get_tag($rpmr, $tagnum)
{
}

Function Calls

None

Variables

None

Stats

MD5 3c86584fe7615a53706b01d9548d8893
Eval Count 0
Decode Time 78 ms