Transforms data from the stats API into CSV.
Notice: this function will return more than one value than what you need because of a bug in the limit logic. Adjust accordingly.
Parameters
Name | Type | Description |
---|---|---|
$rows | array | Raw data from the stats API. |
$table | string | Table for stats can be views, postviews, referrers, searchterms, clicks. |
$limit | int | The maximum number of records to return. |
$summarize | null | Optional. If set, will summarizes all the records. |
$return_array | bool|string | Optional. If true, return an array, otherwise returns a string. |
Return Value
array: Fresh tasty data