PHP Tutorial

Passing Arrays by Reference

Learn how to pass arrays by reference in PHP
General » code2design.com
Score(+): 0 | Views: 82 | Save it | Report it


Top 20 Similar PHP Tutorials

Lowdown on Passing Things as Reference

As a boy of 18 learning PHP, many tutorials over-complicated the PHP passing by reference side of things and just became all too puzzling to say the least. Let's start us off with a little quiz...
Basics » talkphp.com
Score(+): 0 | Views: 25 | Similar Tuts | Save it | View this tutorial

Utilizing Arrays

This tutorial is going to help you to learn more about using array in PHP
General » ronsguide.com
Score(+): 0 | Views: 23 | Similar Tuts | Save it | View this tutorial

Working with Arrays

Learn How To Work with Arrays with 19 Short Tutorials for Beginners
General » dev.fyicenter.com
Score(+): 0 | Views: 48 | Similar Tuts | Save it | View this tutorial

Sorting 2D-arrays in PHP

Learn how to Sort 2D-arrays in PHP
General » prodevtips.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial

Using Arrays (with EXPLODE)

This tutorial can Guide you to use collections of data known as arrays
General » biorust.com
Score(+): 0 | Views: 21 | Similar Tuts | Save it | View this tutorial

Working with Arrays

When simple variables are just not good enough you should use arrays
General » brainbell.com
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Updating Serialized Arrays

Learn how to update serialized arrays in PHP
Functions and OOP » thecodingzone.com
Score(+): 1 | Views: 43 | Similar Tuts | Save it | View this tutorial

How and when to efficiently use arrays as key-value pair

In this section we cover what arrays are, what they are used for and how to work with arrays in PHP
General » php-learn-it.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Storing multidimensional arrays in a file

In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality.
Basics » phptoys.com
Score(+): 0 | Views: 51 | Similar Tuts | Save it | View this tutorial

Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction
General » dev.fyicenter.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

Using the Internal Array Pointers to Access Elements in Arrays

The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.
Basics » talkphp.com
Score(+): 0 | Views: 27 | Similar Tuts | Save it | View this tutorial