' . "\n";
include_once 'http://gtk.php.net/manual/en/updates.php';
$xmlstr = ob_get_clean();
$xml = simplexml_load_string($xmlstr);
*/
$xmlstr = '' . "\n"
. ''
. file_get_contents('http://gtk.php.net/manual/en/updates.php')
. ''
;
$xml = simplexml_load_string($xmlstr);
echo '';
?>
PHP-GTK Manual
http://gtk.php.net/manual1
The PHP-GTK on-line manual
a as $link) {
echo ' ';
echo "\n";
}
?>
a as $link) {
foreach ($link->attributes() as $key => $value) {
if ($key == 'date') {
$date = date('Y-m-d', strtotime($value));
} else {
$url = $value;
}
}
?>
-
Documentation update: