PHP Classes

File: testGfunc.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   PHP Code Gleaner and Analyzer Tool   testGfunc.php   Download  
File: testGfunc.php
Role: Example script
Content type: text/plain
Description: example script
Class: PHP Code Gleaner and Analyzer Tool
Scan PHP scripts to extract data about the code
Author: By
Last change:
Date: 6 years ago
Size: 295 bytes
 

Contents

Class file image Download
<?php
require_once('Autoloader_pjc_1517055626.php');


//test function load on demand

var_dump(call_gfunc('unsetctypespace',array(['papa ','',' maman','','','',' gaston ','et ses frères'])));

var_dump(unsetctypespace(['papa ','',' maman','','','',' gaston ','et ses frères']));

?>