⚙️
PHP Tools Hub
Tools
PHP
Quick
Contact
Home
>
Tutorials
>
PHP
>
PHP Type Casting
PHP Type Casting Tutorials
18 tutorials found.
📘
(int) Casting
Explicit Casting | String to Integer | PHP
📘
Change Variable Type Permanently
settype Function | settype Usage | PHP
📘
Get Integer Value
Casting Functions | intval Function | PHP
📘
PHP Converts Types Automatically
Type Juggling | Automatic Conversion | PHP
📘
(float) Casting
Explicit Casting | String to Float | PHP
📘
10 + 5
Type Juggling | String to Number | PHP
📘
Get Float Value
Casting Functions | floatval Function | PHP
📘
settype($var
settype Function | settype Example | PHP
📘
(bool) Casting
Explicit Casting | String to Boolean | PHP
📘
echo 10 . items
Type Juggling | Number to String | PHP
📘
Get Boolean Value
Casting Functions | boolval Function | PHP
📘
Returns true on Success
settype Function | Return Value | PHP
📘
(string) Casting
Explicit Casting | Integer to String | PHP
📘
Get String Value
Casting Functions | strval Function | PHP
📘
(array) Casting
Explicit Casting | Integer to Array | PHP
📘
(object) Casting
Explicit Casting | Integer to Object | PHP
📘
(object) Casting
Explicit Casting | Array to Object | PHP
📘
(array) Casting
Explicit Casting | Object to Array | PHP