Add tags

Add tags to the following comment
simpleXMLでやってみました。
1
2
3
4
5
<?php
$xml = simplexml_load_string($data);
$result = $xml->xpath('//lastBuildDate');
list( , $node) = each($result);
echo $node;

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...