DEV Community

Arpan Adhikari
Arpan Adhikari

Posted on

 

How to find the address of a Variable in PHP?

How to print the address of a Variable in PHP?

Top comments (1)

Collapse
 
brandinchiu profile image
Brandin Chiu

If you're referring to the memory address, I do not believe this is possible. PHP is built on top of C, but does not support pointers as you might expect.

php.net/manual/en/language.referen...

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git