-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
32 lines (26 loc) · 1014 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$$$$$ $$$$$ $$$$$$$$$$
$$$$$ $$$$$ $$$$$$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$
$$$$$ $$$$$ $$$$$$$$$$
$$$$$ $$$$$ $$$$$$$$$$
this class is written for making beautiful Words and Sentences with " $ " sign.
for using this class, follow the Instruction:
1.include English_Alphabet.php file to your source code
2.Make an object from the class
3.call the proper function (Full_Make or Liner)
for example:
include('English_Alphabet.php');
$obj= new En_Al;
// the Output is String
print_r($obj->Full_Make('hi'));echo '<br>';
// the Output is Array
print_r($obj->Liner('hi'));echo '<br>';