leszek Mon Dec 17 23:10:09 2001 EDT
Modified files:
/phpdoc/pl/features images.xml
Log:
Updated to 1.15
Added comments for revcheck
Index: phpdoc/pl/features/images.xml
diff -u phpdoc/pl/features/images.xml:1.5 phpdoc/pl/features/images.xml:1.6
--- phpdoc/pl/features/images.xml:1.5 Sun Dec 16 22:59:21 2001
+++ phpdoc/pl/features/images.xml Mon Dec 17 23:10:08 2001
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.15 Maintainer: slawek Status: ready -->
+<!-- $Revision: 1.6 $ -->
<chapter id="features.images">
<title>Tworzenie i manipulacja obrazkami</title>
@@ -18,7 +19,8 @@
<example>
<title>Tworzenie orazka PNG za pomocą PHP</title>
<programlisting role="php">
-<?php
+<![CDATA[
+<?php
Header("Content-type: image/png");
$string=implode($argv," ");
$im = imageCreateFromPng("images/button1.png");
@@ -28,6 +30,7 @@
ImagePng($im);
ImageDestroy($im);
?>
+]]>
</programlisting>
</example>
@@ -51,6 +54,7 @@
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:"../../manual.ced"
sgml-exposed-tags:nil