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 /** * Get the short name of an ID3v2 frame * * @phpstub * * @param string $fra..

Decoded Output download

<?php

/**
 * Get the short name of an ID3v2 frame
 *
 * @phpstub
 *
 * @param string $frameId
 *
 * @return string Returns the frame short name or false on errors.
 */
function id3_get_frame_short_name($frameId)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the short name of an ID3v2 frame
 *
 * @phpstub
 *
 * @param string $frameId
 *
 * @return string Returns the frame short name or false on errors.
 */
function id3_get_frame_short_name($frameId)
{
}

Function Calls

None

Variables

None

Stats

MD5 fa9d538c0dc7de2113088b079e7ac570
Eval Count 0
Decode Time 69 ms