PHP assignment operator
PHP assignment operator used to assign value in the variable such that we assign 10 in the variable x and we write x=10. So we can use equal to sign to assign the value.
In PHP array we use => sign to assign value.
In PHP array we use => sign to assign value.
Comments
Post a Comment