Skip to content

Instantly share code, notes, and snippets.

@praserocking
Created April 2, 2014 17:00
Show Gist options
  • Save praserocking/9938353 to your computer and use it in GitHub Desktop.
Save praserocking/9938353 to your computer and use it in GitHub Desktop.
<?php
require_once "listwiki.php";
$test=new ListWiki("http://en.wikipedia.org/wiki/PHP");
echo $test->getJSON(); //Returns the wiki's textual content as JSON
print_r($test->getArray()); //Returns the wiki's textual content as PHP Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment