MediaWiki REL1_34
UDPRCFeedEngine.php
Go to the documentation of this file.
1<?php
32 public function send( array $feed, $line ) {
33 $transport = UDPTransport::newFromString( $feed['uri'] );
34 $transport->emit( $line );
35 return true;
36 }
37}
$line
Definition cdb.php:59
Backward-compatibility alias.
Send recent change notifications in a UDP packet.
send(array $feed, $line)