$template
$template : string
Expands URI templates. Userland implementation of PECL uri_template.
isAssoc(array $array) : boolean
Determines if an array is associative.
This makes the assumption that input arrays are sequences or hashes. This assumption is a tradeoff for accuracy in favor of speed, but it should work in almost every case where input is supplied for a URI template.
array | $array | Array to check |