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 long name of an ID3v2 frame * * @phpstub * * @param string $fram..
Decoded Output download
<?php
/**
* Get the long name of an ID3v2 frame
*
* @phpstub
*
* @param string $frameId
*
* @return string Returns the frame long name or false on errors.
*/
function id3_get_frame_long_name($frameId)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the long name of an ID3v2 frame
*
* @phpstub
*
* @param string $frameId
*
* @return string Returns the frame long name or false on errors.
*/
function id3_get_frame_long_name($frameId)
{
}
Function Calls
None |
Stats
MD5 | ca02b4badd29277e42b8e146b669e260 |
Eval Count | 0 |
Decode Time | 85 ms |