肉とビールとパンケーキ by @sotarok

少し大人になった「肉とご飯と甘いもの」

2009-05-24から1日間の記事一覧

本日のPHPワンライナー:XML文書の整形(インデント)

どうでもいいネタ。 % php -r '$d=DOMDocument::load("./unformatted.xml");$d->formatOutput=true;$d->save("./formatted.xml");'