gehe zum Quellcode dieser Datei
Namensbereiche | |
| namespace | Smarty |
Funktionen | |
| smarty_modifier_strip ($text, $replace= ' ') | |
| smarty_modifier_strip | ( | $ | text, | |
| $ | replace = ' ' | |||
| ) |
Smarty strip modifier plugin
Type: modifier
Name: strip
Purpose: Replace all repeated spaces, newlines, tabs with a single space or supplied replacement string.
Example: {$var|strip} {$var|strip:" "} Date: September 25th, 2002 strip (Smarty online manual) Monte Ohrt
| string | ||
| string |
Definiert in Zeile 26 der Datei modifier.strip.php.
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|