is there pointer concept in pHP

php - love
India
May 8, 2007 1:32am CST
hello friedn In PHP can we use pointer? if yes then how?
1 person likes this
2 responses
@vis3r3 (100)
• Slovenia
26 May 07
You can use a reference, by using & in front of a variable... &$variable ...
1 person likes this
• India
8 Jun 07
Ya rite...we can use reference. But I doubt about pointer concept. Because PHP is a web based language where you hardly need pointer. Pointers are needed to manipulate hardware and low level system programming which is not a purpose of PHP.