Hello all.
I saw somewhere this function:
function char_cube3d(&$bitmaps, $letter)
{ ... }
What's the meaning of & ?
Thank you.
What's the meaning of & here ?
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: What's the meaning of & here ?
Is that the ampersand symbol? &
It means reference or pointer. It is the same as using $$.
It means reference or pointer. It is the same as using $$.
Re: What's the meaning of & here ?
YeahIs that the ampersand symbol?
Thank you jaoudestudios.
You're very expert in PHP
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: What's the meaning of & here ?
No problem, and thank you. But that is not true, there is always so much to learn, especially with php6 coming out shortly! I am currently bashing my head at the moment with actionscript 3 - it makes php look like a baby language!
Re: What's the meaning of & here ?
I think SilverLight defeats Flash , thus I want to learn SilverLight .actionscript 3 - it makes php look like a baby language!
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: What's the meaning of & here ?
No way! Why?