Files
doc-en/reference/xlswriter/setup.xml
2018-12-18 21:10:59 +00:00

54 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="xlswriter.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<section xml:id="xlswriter.requirements">
&reftitle.required;
<para>
XLSWriter requires PHP 7.0 and above.
</para>
</section>
<section xml:id="xlswriter.installation">
&reftitle.install;
<para>
&pecl.info;
<link xlink:href="&url.pecl.package;xlswriter">&url.pecl.package;xlswriter</link>
</para>
</section>
<section xml:id="xlswriter.resources">
&reftitle.resources;
<para>
There is one resource used by the procedural version of the XLSWriter
extension: returned by <function>fileName</function> or
<classname>\Vtiful\Kernel\Format</classname>.
</para>
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->