Просмотр файла functions.inc.php

Размер файла: 380B
<?php

############################################ Автор: Воскобойник Diniyar63 ###################### ICQ: 217-95-85 ###################### E-mail: [email protected] ############################################

function del($text)
{
$text=str_replace("?>","? >", $text);
$text=str_replace("<?","< ?", $text);
$text=str_replace("$","USD", $text);
return $text;
} ?>