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 SendGrid\EventWebhook; /** * This class lists headers that get posted t..
Decoded Output download
<?php
namespace SendGrid\EventWebhook;
/**
* This class lists headers that get posted to the webhook. Read the docs for
* more details: https://sendgrid.com/docs/for-developers/tracking-events/event
*
* @package SendGrid\EventWebhook
*/
final class EventWebhookHeader
{
const SIGNATURE = "X-Twilio-Email-Event-Webhook-Signature";
const TIMESTAMP = "X-Twilio-Email-Event-Webhook-Timestamp";
}
?>
Did this file decode correctly?
Original Code
<?php
namespace SendGrid\EventWebhook;
/**
* This class lists headers that get posted to the webhook. Read the docs for
* more details: https://sendgrid.com/docs/for-developers/tracking-events/event
*
* @package SendGrid\EventWebhook
*/
final class EventWebhookHeader
{
const SIGNATURE = "X-Twilio-Email-Event-Webhook-Signature";
const TIMESTAMP = "X-Twilio-Email-Event-Webhook-Timestamp";
}
Function Calls
None |
Stats
MD5 | daa4399e001bd33903b23eb8925b4036 |
Eval Count | 0 |
Decode Time | 66 ms |