Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: block.strip.php

Source Location: /bblog/smarty_plugins/block.strip.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_block_strip  [line 21]

string smarty_block_strip( array $params, string $content, Smarty &$smarty  )

Smarty {strip}{/strip} block plugin

Type: block function
Name: strip
Purpose: strip unwanted white space from text

Parameters:
array   $params:  unused, no parameters for this block
string   $content:  content of {strip}{/strip} tags
Smarty   &$smarty:  clever method emulation

API Tags:
Return:  stripped of whitespace

Information Tags:
Link:  {strip} (Smarty online manual)

[ Top ]