mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
function smarty_modifier_parray ($string,$explode,$limit=NULL)
|
||||
{
|
||||
if($limit == NULL)
|
||||
return explode( $explode , $string );
|
||||
else
|
||||
return explode( $explode , $string , $limit);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user