[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
pmb2
/
application
/
helpers
/
[
Home
]
File: clear_helper.php
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); if ( ! function_exists('clear')) { function clear($content) { $karakter = array ('{','}',')','(','|','`','~','!','@','%','$','^','&','*','=','?','+','-','/','\\',',','#',':',';','\'','"','[',']'); $s = strtolower(str_replace($karakter,"",$content)); return $s; } } // ------------------------------------------------------------------------ /* End of file clear_helper.php */ /* Location: ./system/heleprs/clear_helper.php */