Skip to content

Instantly share code, notes, and snippets.

@rccc
Created September 11, 2009 10:18
Show Gist options
  • Save rccc/185216 to your computer and use it in GitHub Desktop.
Save rccc/185216 to your computer and use it in GitHub Desktop.
<?php
$options = array("extractStyles"=>true);
$test = new KML($options);
$features = $test->read("http://code.google.com/apis/kml/documentation/KML_Samples.kml");
var_dump($features);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment