PHP Classes

File: Example1.php

Recommend this page to a friend!
  Classes of Dannel   PHP Golden Rectangle Generator   Example1.php   Download  
File: Example1.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Golden Rectangle Generator
Create a rectangle with perfect proportions
Author: By
Last change:
Date: 4 years ago
Size: 83 bytes
 

Contents

Class file image Download
<?php
include 'proportion.php';
$obj=new proportion;
echo
$obj->prop(300);
?>