mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
tag mismatch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135223 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d545053d04
commit
72d44076e9
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<reference id="ref.pdf">
|
||||
<title>PDF functions </title>
|
||||
<titleabbrev>PDF</titleabbrev>
|
||||
|
@ -287,12 +287,13 @@ echo "<A HREF=getpdf.php>finished</A>";
|
|||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
<simpara>
|
||||
The script <filename>getpdf.php</filename> just returns the pdf document.
|
||||
</simpara>
|
||||
<example>
|
||||
<title>Outputing a precalculated PDF</title>
|
||||
<programlisting>
|
||||
</example>
|
||||
<simpara>
|
||||
The script <filename>getpdf.php</filename> just returns the pdf document.
|
||||
</simpara>
|
||||
<example>
|
||||
<title>Outputing a precalculated PDF</title>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<?php
|
||||
$len = filesize($filename);
|
||||
|
@ -302,8 +303,7 @@ header("Content-Disposition: inline; filename=foo.pdf");
|
|||
readfile($filename);
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue