The difference is that => is the assign operator that is used while creating an array.
For example: array(key => value, key2 => value2)
And -> is the access operator. It accesses an object's value
Visual Studio # Shortcut keys: 1. Alt+Z = inline the code 2. Ctrl+\ = Split the scree…
Read more
0 Comments