PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial

Advertisement

Advertisement




PHP Tutorial
Tutorial PHP Magic Methods
In this PHP tutorial you will come to know about various methods which are called as magic methods. This is the first page on this topic and the subsequent pages will help you to understand each and every magic method precisely. View Rating



PHP Tutorial
Tutorial PHP Return Statements
In this php tutorial we will study about the return statement, how to return values, array, objects from a function, examples will help you to understand these concepts precisely. View Rating



PHP Tutorial
Tutorial PHP Variable Functions
PHP Variable functions are used to assign a function's name to a variable. In this current PHP tutorial, we will study about that, how to declare php variable functions, how to assign, how to call via a variable and how to pass values. View Rating



PHP Tutorial
Tutorial PHP Function Arguments
In this current tutorial we will come to know about various kinds of argument declaration in PHP function, what is the differences among those declarations etc. Examples will help you to illustrate the differences. View Rating



PHP Tutorial
Tutorial PHP Late Static Binding
In this current PHP tutorial Section, we will study about late static binding in PHP, what is late static binding, how to use late static binding among classes, what are the uses of it in PHP etc. View Rating



PHP Tutorial
Tutorial PHP Type Hinting
Type hinting is a special type of function which is introduced in PHP version 5. This function is used to explicitly typecast a value into objects of a class or to an array.If the datatype (class or array) of actual argument does not match with the formal argument then an error message will be automatically generated. This is applicable to only object of any class type or array type View Rating



PHP Tutorial
Tutorial PHP Comparison Objects
In this current tutorial we will study about the various ways of comparing two objects. There are several ways are provided in PHP to compare two objects of class (same or different)like ==,=== etc operators are present to compare two objects. View Rating



PHP Tutorial
Tutorial PHP Object Reference
In this current tutorial we will study about what is object and what is reference? how to create object in PHP, how to give reference to another object etc. In PHP a reference is an alias and an object variable does not contain the object rather it contains the identifier and it allows to access the actual object. View Rating



PHP Tutorial
Tutorial PHP Final Keyword
In this current tutorial we will study about final keyword, final keyword helps us to put some constraint on classes and it's methods. Using final keyword a class can not be inherited and a method can not be overridden. View Rating



PHP Tutorial
Tutorial PHP OOP Namespace
The term namespace is very much common in OOP based language, basically it is a collection of classes, objects and functions. Namespace is one of the major change in PHP 5.3.0. Naming collision of classes, functions and variables can be avoided. View Rating
Page:  [<<]   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   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.