PHP - Explicit conversion to 32-bit integer
The required type conversion can be carried out as follows:explicit conversion to 32-bit integer
Description
( type ) expression
Input
- type - 32-bit integer
- expression - Expressions
Output
- return - 32-bit integer
Examples
You can find it in the following collections: explicit type conversions
Explicit conversion to 32-bit integer in another programming language:
Differences to: