I was reading the PHP documentation and a function is_scalar()
- as said by the site itself - when it is used it will inform if a certain variable is scalar. However, I wanted to know more about these scalar variables:
- What is a scalar variable?
- How does a scalar variable work?
- What is the difference between a scalar variable and a non-scalar variable?
- What types of variables are scalar?