Date: 09/13/01
- Next message: Hojtsy Gabor: "[PHP-DOC] Fwd: missing links"
- Previous message: Kontra Gergely: "[PHP-DOC] cvs: phpdoc /hu/functions pgsql.xml"
- Next in thread: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
philip Thu Sep 13 03:49:59 2001 EDT
Modified files:
/phpdoc/en/functions strings.xml
Log:
Added example for strip_tags()
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.108 phpdoc/en/functions/strings.xml:1.109
--- phpdoc/en/functions/strings.xml:1.108 Sun Aug 26 18:41:56 2001
+++ phpdoc/en/functions/strings.xml Thu Sep 13 03:49:58 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.108 $ -->
+<!-- $Revision: 1.109 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -2489,6 +2489,14 @@
PHP4B3.
</para>
</note>
+ </para>
+ <para>
+ <example>
+ <title><function>strip_tags</function> example</title>
+ <programlisting role="php">
+$string = strip_tags($string, '<a><b><i>');
+ </programlisting>
+ </example>
</para>
</refsect1>
</refentry>
- Next message: Hojtsy Gabor: "[PHP-DOC] Fwd: missing links"
- Previous message: Kontra Gergely: "[PHP-DOC] cvs: phpdoc /hu/functions pgsql.xml"
- Next in thread: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Maybe reply: Philip Olson: "[PHP-DOC] cvs: phpdoc /en/functions strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

