RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




PHP Tutorial
Tutorial PHP Array Count Occurences
PHP Array Count Occurrences: In this tutorial we will come to know about how search a string or any value within an array. This tutorial covers up array_search() function with its general format, parameters, return types etc. In addition it has several examples to make it easy to understand. View Rating



PHP Tutorial
Tutorial PHP Array Sizeof
PHP Array Sizeof: This tutorial will help you to learn sizeof() function, which is similar to count() function, it returns the number of elements present in an array. The examples of this tutorial will help you to understand this function in better way. View Rating



PHP Tutorial
Tutorial PHP Remove Duplicate Values
PHP Remove Duplicate Values: In this tutorial you will come to know about how to remove the duplicate values, PHP provides array_unique() function, in this tutorial you will come to know about its general format, parameters, return value. The example will exemplify the function of this function View Rating



PHP Tutorial
Tutorial PHP Array Count Values
PHP Array Count Values: This tutorial will let you know how to count the number of values of an array, PHP provides array_count_values() function to count the number of values. Given examples will illustrate this function View Rating



PHP Tutorial
Tutorial PHP Array Count
PHP Array Count: In this tutorial you will come to know about counting the number of elements of an array, it describes the count() and sizeof() functions, examples will illustrate these functions, View Rating



PHP Tutorial
Tutorial PHP String to Array
PHP String to Array: In this tutorial you will come to know about conversion of string to an array using explode() function. It includes general format,parameters we have to pass and the value it returns. Return value could be different which is based on its third parameter. Several examples will help you to understand the complexity of the third parameter of explode() function. View Rating



PHP Tutorial
Tutorial PHP Implode() function
PHP Implode function: In this tutorial you will get to know about implode() function, which is used to convert array to string, in detail. It has general format, parameters, and the value it returns of this function. Examples of implode() function exemplifies this function. View Rating



PHP Tutorial
Tutorial PHP Array to String Conversion
PHP Array to String Conversion: In this PHP tutorial you will learn how to convert an array to string. PHP provides implode() function which helps us to convert array to string. The join() function is an alias of implode() function. Examples will illustrates these functions. View Rating



PHP Tutorial
Tutorial PHP Push MultiDimensional Array
PHP Push MultiDimensional Array: In this tutorial you learn how to push one multi-dimensional array into another, there are various examples are available which will exemplify. View Rating



PHP Tutorial
Tutorial PHP Array Push Array
PHP Array Push Array: This tutorial exemplifies the array_push() function. In this page we have discussed about array push array i.e. whenever we push an array into another array then the first array becomes multidimensional array. 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     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.