mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added example for strip_tags()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57495 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b1edc67a1f
commit
a2850c185a
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
@ -2490,6 +2490,14 @@ if (!strcasecmp($var1, $var2)) {
|
|||
</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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue