Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

WebhookSignature::getTimestamp( string $header )

Extracts the timestamp in a signature header.


Description Description


Parameters Parameters

$header

(Required) the signature header


Top ↑

Return Return

(int) the timestamp contained in the header, or -1 if no valid timestamp is found


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/WebhookSignature.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.