PHP Wings

PHP Wings International Web Design & Web Development company. and we will provide website training with expert

17/07/2015

inheritance is concept of accessing the properties from one class to another class.by using “extends” key word we can call the properties of one class into another class. Definition of Inheritance is a sub...

09/07/2015

Object cloning is a concept of creating a duplicate object with existing object of class. By using clone function we can create the duplicate object of an existing object. Example [crayon-559ebf8792713274885686/] In this example...

09/07/2015

It is a concept of copying one object into another object.means we can refer a single address location with multiple reference variables. The first object name is “$obj”. and we copy $obj into new...

09/07/2015

Destructor is also the type of method execute when the class object is destroying.By using ‘__destruct’ keyword we are creating destructor. By default the class object will destroy when the ex*****on of program will...

09/07/2015

Constructor is a type of method which containing class name.By default every class contains default constructor to load the class content into RAM memory location.We can also create an external constructor.To execute some statement...

09/07/2015

Object is an instance of class we can access the class members with the help of object.By using ‘new’ key word we can allocate memory location to load the class contents. [crayon-559ec974dd61d884339590/] Result 100

09/07/2015

PHP 5.0 supporting number of oops concepts like Inheritance, Interface, Abstract classes etc. Object oriented programming concepts we are using to increasing the performance of application, reliability, and security of application. According object oriented...

01/07/2015

Mail By using this function we can send an email from our application to destination ‘mail id’.it contains 4 arguments To Address, Subject, Body, and collection of headers. We can pass number of headers...

01/07/2015

In network transmission header is a small amount of data packet between client and server.in php headers are mainly divided into two types. Request headers Response headers Request headers Request header is a data...

01/07/2015

By using this concept we can operate the files of these system. if you want to read and write the contents of a file we can go for this concept To read and write...

01/07/2015

Time(): Return current time stamp which is number of seconds which got started from 5hr, 30min, 00sec, Jan, 01, 1970 till present date and time mktime(hour,minute,second,month,day,year): This is used to make a time based...

01/07/2015

Math(Mathematics ) functions are frequently used in our scripts. There are PHP math functions to take care of addition subtraction multiplication and many other mathematical requirements. [crayon-559431fb2b027696970182/] Output PI value of 180 ° in...

Address

KPHB 3rd Phase
Hyderabad
500082

Telephone

9959957410

Alerts

Be the first to know and let us send you an email when PHP Wings posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category