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 namespace App\Http\Requests\API; /** * @property-read string $genre * @property-..
Decoded Output download
<?php
namespace App\Http\Requests\API;
/**
* @property-read string $genre
* @property-read int $limit
*/
class FetchRandomSongsInGenreRequest extends Request
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Http\Requests\API;
/**
* @property-read string $genre
* @property-read int $limit
*/
class FetchRandomSongsInGenreRequest extends Request
{
}
Function Calls
| None |
Stats
| MD5 | 2c4f62760444cc44ad2468f5aea3d673 |
| Eval Count | 0 |
| Decode Time | 99 ms |