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 possible genre values * * @phpstub * * @return array Returns an ..

Decoded Output download

<?php

/**
 * Get all possible genre values
 *
 * @phpstub
 *
 * @return array Returns an array containing all possible genres that may be stored in an
 *               ID3 tag.
 */
function id3_get_genre_list()
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get all possible genre values
 *
 * @phpstub
 *
 * @return array Returns an array containing all possible genres that may be stored in an
 *               ID3 tag.
 */
function id3_get_genre_list()
{
}

Function Calls

None

Variables

None

Stats

MD5 3c8db1ca719e77c625206ba8f7898294
Eval Count 0
Decode Time 72 ms