Skip to content

Instantly share code, notes, and snippets.

/test.php Secret

Created August 21, 2014 16:20
Show Gist options
  • Save anonymous/1b7a3163ab16002f38b6 to your computer and use it in GitHub Desktop.
Save anonymous/1b7a3163ab16002f38b6 to your computer and use it in GitHub Desktop.
<?php
end($trendScore);
$currTrendScore = current($trendScore);
prev($trendScore);
$prevTrendScore = current($trendScore);
reset($trendScore);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment