Util::currentTimeMillis()
Method: Returns UNIX timestamp in milliseconds.
Util::currentTimeMillis Read More »
Method: Returns UNIX timestamp in milliseconds.
Util::currentTimeMillis Read More »
Class: CaseInsensitiveArray is an array-like class that ignores case for keys.
CaseInsensitiveArray Read More »
Method: Converts a response from the Stripe API to the corresponding PHP object.
Util::convertToStripeObject Read More »
Method: Compares two strings for equality. The time taken is independent of the number of characters that match.
Util::secureCompare Read More »
Method: Unpacks an options array and merges it into the existing RequestOptions object.
RequestOptions::merge Read More »
Method: Discards all headers that we don’t want to persist across requests.
RequestOptions::discardNonPersistentHeaders Read More »
Method: Unpacks an options array into an RequestOptions object.
RequestOptions::parse Read More »
Method: No description found
RequestOptions::redactedApiKey Read More »
Class: A very basic implementation of LoggerInterface that has just enough functionality that it can be the default for this library.