PHP Tutorial Variable
Basic
- Add an integer and string to produce integer in PHP
- Assign variable by reference in PHP
- Assign variables with variable in PHP
- Create a variable and use in computation in PHP
Type
- Check if a value is finite or not in PHP
- Check if a value is not a number in PHP
- Check if a variable is NULL in PHP
- Check if a variable is a boolean in PHP
- Check if a variable is a number or a numeric string in PHP
- Check if a variable is a resource in PHP
- Check if a variable is a scalar in PHP
- Check if a variable is an array in PHP
- Check if a variable is an object in PHP
- Check if a variable is array or integer or numeric in PHP
- Check if an input is a float number in PHP
- Check if the type of a variable is string in PHP
- Find whether the type of a variable is integer in PHP
- Get the type of a variable with gettype() in PHP