Security

out() function.

The out() function is supplied by Saturn Core and is designed to escape potentially dangerous characters from strings.

echo out('Hello! <script>this is dangerous!</script>');

Last updated