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 all information stored in an ID3 tag * * @phpstub * * @param string ..
Decoded Output download
<?php
/**
* Get all information stored in an ID3 tag
*
* @phpstub
*
* @param string $filename
* @param int $version
*
* @return array Returns an associative array with various keys like:
* , , ..
*/
function id3_get_tag($filename, $version = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get all information stored in an ID3 tag
*
* @phpstub
*
* @param string $filename
* @param int $version
*
* @return array Returns an associative array with various keys like:
* , , ..
*/
function id3_get_tag($filename, $version = false)
{
}
Function Calls
None |
Stats
MD5 | 220cebb71c6f00f47d80b0028da22850 |
Eval Count | 0 |
Decode Time | 91 ms |