Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Thanks again for your feedback.
For the functions AlexaGlobalRank and AlexaCountryRank i can adjust the
function so it only returns the pure numeric results.
For the other Alexa functions i will try to solve it that way: Using an extra
class var to determine whether to receive the results as html table, or as an
array.
Original comment by eyecatchup@gmail.com
on 16 Dec 2010 at 3:54
[deleted comment]
Update released:
* AlexaGlobalRank and AlexaCountryRank now return the pure numeric results only.
* Alexa Stats and Trends functions return results as array:
{{{
Array
(
[1 Month] => Array
(
[value] => xxx
[change] => +/- xx %
)
[3 Months] => Array
(
[value] => xxx
[change] => +/- xx %
)
)
}}}
Original comment by eyecatchup@gmail.com
on 17 Dec 2010 at 12:55
Original comment by eyecatchup@gmail.com
on 17 Dec 2010 at 12:56
Original issue reported on code.google.com by
valerchi...@gmail.com
on 16 Dec 2010 at 12:15