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

Procedural File: modifier.replace.php

Source Location: /bblog/smarty_plugins/modifier.replace.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_replace  [line 22]

string smarty_modifier_replace( string $string, string $search, string $replace  )

Smarty replace modifier plugin

Type: modifier
Name: replace
Purpose: simple search/replace

Parameters:
string   $string: 
string   $search: 
string   $replace: 

Information Tags:
Link:  replace (Smarty online manual)

[ Top ]