4 lines
No EOL
66 B
PHP
4 lines
No EOL
66 B
PHP
<?php
|
|
function process($txt){
|
|
return htmlspecialchars($txt);
|
|
} |