[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/stripe-php/lib/Stripe/ -> Util.php (summary)

(no description)

File Size: 90 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  isList()
  convertStripeObjectToArray()
  convertToStripeObject()

Functions
Functions that are not part of a class:

isList($array)   X-Ref
Whether the provided array (or other) is a list rather than a dictionary.

param: array|mixed $array
return: boolean True if the given object is a list.

convertStripeObjectToArray($values)   X-Ref
Recursively converts the PHP Stripe object to an array.

param: array $values The PHP Stripe object to convert.
return: array

convertToStripeObject($resp, $apiKey)   X-Ref
Converts a response from the Stripe API to the corresponding PHP object.

param: array $resp The response from the Stripe API.
param: string $apiKey
return: Stripe_Object|array



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1