PHP Classes

File: howtouse.php

Recommend this page to a friend!
  Classes of Mr. Dharmendra Kumar   Simple Name Arts   howtouse.php   Download  
File: howtouse.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple Name Arts
Render a transparent text on a background image
Author: By
Last change:
Date: 4 years ago
Size: 220 bytes
 

Contents

Class file image Download
<?php
//Include require class;
require_once("SimpleNameArts.php");
$simple=new SimpleNameArts;

echo
$simple->design(['name'=>'Hello World',
   
'bg'=>'d3',
   
'fontsize'=>72,
   
'left'=>50,
   
'right'=>50]);

?>