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 name for a genre id * * @phpstub * * @param int $genre_id * * ..

Decoded Output download

<?php

/**
 * Get the name for a genre id
 *
 * @phpstub
 *
 * @param int $genre_id
 *
 * @return string Returns the name as a string.
 */
function id3_get_genre_name($genre_id)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the name for a genre id
 *
 * @phpstub
 *
 * @param int $genre_id
 *
 * @return string Returns the name as a string.
 */
function id3_get_genre_name($genre_id)
{
}

Function Calls

None

Variables

None

Stats

MD5 213c4a22aae4164c8f93762c5111a4fc
Eval Count 0
Decode Time 87 ms