mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: 78a71e92ebbf67a604e2225e2d005ac7b9559610 Maintainer: takagi Status: ready -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
<!-- Credits: mumumu -->
|
||||
<refentry xml:id="xmlwriter.setindent" xmlns="http://docbook.org/ns/docbook">
|
||||
@@ -80,7 +80,7 @@
|
||||
<?php
|
||||
$writer = new XMLWriter();
|
||||
$writer->openMemory();
|
||||
$writer->setIndent(2);
|
||||
$writer->setIndent(true);
|
||||
$writer->startDocument();
|
||||
$writer->startElement('p');
|
||||
$writer->text('before');
|
||||
|
||||
Reference in New Issue
Block a user