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/wrapper.php
Lines:
1 to 3 of 3
function akismet_cmp_time( $a, $b ) { return Akismet::_cmp_time( $a, $b ); }