php warning removed
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.explode.php
CommitLineData
51ff3226 1<?php
2function smarty_function_explode($params,&$smarty) {
3 $array = explode($params['separator'],$params['string']);
4 $smarty->assign('explode',$array);
5}
6?>
This page took 0.185002 seconds and 4 git commands to generate.