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="TaxRate", * type="object", * @OA\Property(..
Decoded Output download
<?php
/**
* @OA\Schema(
* schema="TaxRate",
* type="object",
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="Thie hashed id of the tax"),
* @OA\Property(property="name", type="string", example="GST", description="The tax name"),
* @OA\Property(property="rate", type="number", example="10", description="The tax rate"),
* @OA\Property(property="is_deleted", type="boolean", example=true, description="Boolean flag determining if the tax has been deleted"),
* )
*/
?>
Did this file decode correctly?
Original Code
<?php
/**
* @OA\Schema(
* schema="TaxRate",
* type="object",
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="Thie hashed id of the tax"),
* @OA\Property(property="name", type="string", example="GST", description="The tax name"),
* @OA\Property(property="rate", type="number", example="10", description="The tax rate"),
* @OA\Property(property="is_deleted", type="boolean", example=true, description="Boolean flag determining if the tax has been deleted"),
* )
*/
Function Calls
None |
Stats
MD5 | 0dcf9c02bef3b295004f4d357acba489 |
Eval Count | 0 |
Decode Time | 82 ms |