[PHP-DEV] CVS update: php3/doc/functions From: eschmid (php-dev <email protected>)
Date: 03/30/99

Date: Tuesday March 30, 1999 @ 14:59
Author: eschmid

Update of /repository/php3/doc/functions
In directory asf:/u/temp/cvs-serv25226

Modified Files:
        strings.sgml
Log Message:
More fixes. Now I get warnings from nis.sgml (Stephanie?)
and from xml.sgml (line 731 and 855): length of name token must not
exceed NAMELEN (44). Stig I have DocBook 3.1.
Index: php3/doc/functions/strings.sgml
diff -c php3/doc/functions/strings.sgml:1.59 php3/doc/functions/strings.sgml:1.60
*** php3/doc/functions/strings.sgml:1.59 Tue Mar 30 12:01:32 1999
--- php3/doc/functions/strings.sgml Tue Mar 30 14:59:43 1999
***************
*** 1083,1095 ****
     <refsect1>
      <title>Description</title>
      <funcsynopsis>
! <funcdef>string <function>str</function></funcdef>
      </funcsynopsis>
      <simpara>
! This function tries to strip all HTML and PHP tags from the given string.
! It errors on the side of caution in case of incomplete or bogus tags. It
! uses the same tag stripping state machine as the <function>fgetss</function>
! function.
     </refsect1>
    </refentry>
  
--- 1083,1096 ----
     <refsect1>
      <title>Description</title>
      <funcsynopsis>
! <funcdef>string <function>strip_tags</function></funcdef>
! <paramdef>string <parameter>str</parameter></paramdef>
      </funcsynopsis>
      <simpara>
! This function tries to strip all HTML and PHP tags from the given
! string. It errors on the side of caution in case of incomplete
! or bogus tags. It uses the same tag stripping state machine as
! the <function>fgetss</function> function.
     </refsect1>
    </refentry>
  

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>