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

Procedural File: core.rmdir.php

Source Location: /bblog/libs/internals/core.rmdir.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_core_rmdir  [line 20]

boolean smarty_core_rmdir( mixed $params, mixed &$smarty, string $dirname, integer $level, integer $exp_time  )

delete a dir recursively (level=0 -> keep root) WARNING: no tests, it will try to remove what you tell it!

Parameters:
string   $dirname: 
integer   $level: 
integer   $exp_time: 


[ Top ]