class Person
{
const NAME = "Milap";
const SURNAME = "Patel";
}
echo Person::NAME;
echo "<br />";
echo Person::SURNAME;
Output :-
Milap Patel
class Person
{
const NAME = "Milap";
const SURNAME = "Patel";
}
echo Person::NAME;
echo "<br />";
echo Person::SURNAME;
Output :-
Milap Patel
I think this is among the most significant information for me.
And i’m glad reading your article. But should remark on few general things, The site style is wonderful, the articles is really great : D. Good job, cheers
Thanks a lot…
When someone writes an piece of writing he/she retains the image of a user in his/her brain that how a user can know it.
So that’s why this post is outstdanding. Thanks!
Hey Kaylene ,
Thanks a lot for your words..!!