CodeExplorer _get_microtime example
public static function update_comment_history( $comment_id,
$message,
$event=null,
$meta=null
) { global $current_user;
$user = '';
$event = array
( 'time' => self::
_get_microtime(),
'event' =>
$event,
);
if ( is_object( $current_user ) &&
isset( $current_user->user_login
) ) { $event['user'
] =
$current_user->user_login;
} if ( !
empty( $meta ) ) { $event['meta'
] =
$meta;
} function akismet_test_mode() { return Akismet::
is_test_mode();
}function akismet_http_post( $request,
$host,
$path,
$port = 80,
$ip = null
) { $path =
str_replace( '/1.1/', '',
$path );
return Akismet::
http_post( $request,
$path,
$ip );
}function akismet_microtime() { return Akismet::
_get_microtime();
}function akismet_delete_old() { return Akismet::
delete_old_comments();
}function akismet_delete_old_metadata() { return Akismet::
delete_old_comments_meta();
}function akismet_check_db_comment( $id,
$recheck_reason = 'recheck_queue'
) {