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 OpenApi\Examples\UsingLinks; use OpenApi\Annotations as OA; /** * @OA\..
Decoded Output download
<?php
namespace OpenApi\Examples\UsingLinks;
use OpenApi\Annotations as OA;
/**
* @OA\Schema(schema="user")
*/
class User
{
/**
* @OA\Property
*
* @var string
*/
public $username;
/**
* @OA\Property
*
* @var string
*/
public $uuid;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace OpenApi\Examples\UsingLinks;
use OpenApi\Annotations as OA;
/**
* @OA\Schema(schema="user")
*/
class User
{
/**
* @OA\Property
*
* @var string
*/
public $username;
/**
* @OA\Property
*
* @var string
*/
public $uuid;
}
Function Calls
None |
Stats
MD5 | 95474e078f5e2b0bff14d8444d8c738d |
Eval Count | 0 |
Decode Time | 120 ms |