Ejemplo n.º 1
0
<?php

$dirPath = getcwd();
include_once $dirPath . '/FileClass.php';
$fileObj = new FileClass();
echo $fileObj->getName();
?>