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 /** * Update information stored in an ID3 tag * * @phpstub * * @param string $..
Decoded Output download
<?php
/**
* Update information stored in an ID3 tag
*
* @phpstub
*
* @param string $filename
* @param array $tag
* @param int $version
*
* @return bool
*/
function id3_set_tag($filename, $tag, $version = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Update information stored in an ID3 tag
*
* @phpstub
*
* @param string $filename
* @param array $tag
* @param int $version
*
* @return bool
*/
function id3_set_tag($filename, $tag, $version = false)
{
}
Function Calls
None |
Stats
MD5 | 82ba159835ae1aed9bfded127cff1b1b |
Eval Count | 0 |
Decode Time | 81 ms |