PHP Classes

File: tests/globals_test.php

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP AIO Security Class   tests/globals_test.php   Download  
File: tests/globals_test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP AIO Security Class
Filter untrusted data to prevent security issues
Author: By
Last change: Update of tests/globals_test.php
Date: 3 years ago
Size: 198 bytes
 

Contents

Class file image Download
<?php

require_once '../src/Security.php';
use
marcocesarato\security\Security;

Security::putInSafety();
Security::cleanGlobals();

echo
'<pre>';
var_dump(Security::debugGlobals());
echo
'</pre>';