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 id for a genre * * @phpstub * * @param string $genre * * @retu..

Decoded Output download

<?php

/**
 * Get the id for a genre
 *
 * @phpstub
 *
 * @param string $genre
 *
 * @return int The genre id or false on errors.
 */
function id3_get_genre_id($genre)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Get the id for a genre
 *
 * @phpstub
 *
 * @param string $genre
 *
 * @return int The genre id or false on errors.
 */
function id3_get_genre_id($genre)
{
}

Function Calls

None

Variables

None

Stats

MD5 7f2e640dbd4ce7781c81414f98d8ff4c
Eval Count 0
Decode Time 101 ms