Topic on Extension talk:PhpTags Functions

TimoKausK (talkcontribs)

It would be a very nice thing, to make it possible to read/import a message/page/article and be able to parse this.


Example:

$json=read('Mediakwiki:TextBasedDataInJsonFormat');

$array=json_decode($json,true);

foreach($array as $item){

// do very nice things

}

Reply to "Read Messages"