You appear to be a bot. Output may be restricted
Description
Usage
Akismet::_cmp_time( $a, $b );
Parameters
- $a
- ( mixed ) required –
- $b
- ( mixed ) required –
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 3 of 3
public static function _cmp_time( $a, $b ) { return $a['time'] > $b['time'] ? -1 : 1; }