MediaWiki REL1_35
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}
Backward-compatibility alias.
Send recent change notifications in a UDP packet.
send(array $feed, $line)
$line
Definition mcc.php:119