Definition:
function akismet_cmp_time( $a, $b ) {}
Parameters
- $a
- $b
Source code
function akismet_cmp_time( $a, $b ) { return $a['time'] > $b['time'] ? -1 : 1; }
9007
February 24, 2011 by Thorsten
0 Comments
Definition:
function akismet_cmp_time( $a, $b ) {}
function akismet_cmp_time( $a, $b ) { return $a['time'] > $b['time'] ? -1 : 1; }
9007
No comments yet... Be the first to leave a reply!