Example that implements inclued into an application
This example demonstrates the process of implementing inclued into
an existing application, and viewing the results.
Example #1 Getting the data from inclued
<?php // File to store the inclued information $fp = fopen('/tmp/wp.json', 'w'); if ($fp) { $clue = inclued_get_data(); if ($clue) { fwrite($fp, json_encode($clue); } fclose($fp); } ?>
Now that some data exists, it's time to make sense of it in the form of
a graph. The inclued extension includes a PHP file named
gengraph.php that creates a dot file that
requires the » graphviz library.
However, this form is not required.
Example #2 Example use of gengraph.php
This example creates an image named inclued.png that
shows the inclued data.