Copyright © tutorialspoint.com
Syntax
Definition and UsageReturns the integer element of EXPR, or $_ if omitted. The int function does not do rounding. If you need to round a value up to an integer, you should use sprintf. Return Value
ExampleTry out following example:
|
Copyright © tutorialspoint.com