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 /** * @OA\Schema( * schema="Template", * type="object", * @OA\Property..
Decoded Output download
<?php
/**
* @OA\Schema(
* schema="Template",
* type="object",
* @OA\Property(property="html", type="string", example="<HTML></HTML>", description="The template HTML"),
* )
*/
?>
Did this file decode correctly?
Original Code
<?php
/**
* @OA\Schema(
* schema="Template",
* type="object",
* @OA\Property(property="html", type="string", example="<HTML></HTML>", description="The template HTML"),
* )
*/
Function Calls
None |
Stats
MD5 | d98c5b5f6a2fd371dbebdb4fa09a25b4 |
Eval Count | 0 |
Decode Time | 99 ms |