| Recommend this page to a friend! |
| Classes of Pablo DallOglio | > | extensive | > | example.php | > | Download | ||
|
|||||||||||||||||||||
<html>
<? require("extensive.php"); ?>
<?
// the class is inhearited
$ext = new extensive;
// the number in extensive is returned
$valor = $ext->byextensive("12345.67",true);
echo($valor);
?>
</html> |