MediaWiki master
UDPRCFeedEngine.php
Go to the documentation of this file.
1<?php
41
48 public function send( array $feed, $line ) {
49 $transport = UDPTransport::newFromString( $feed['uri'] );
50 $transport->emit( $line );
51 return true;
52 }
53}
Base class for RCFeed implementations that use RCFeedFormatter.
Send recent change notifications to a destination address over UDP.
send(array $feed, $line)