Copyright © tutorialspoint.com
Syntax
Definition and UsageReturns the absolute value of its argument. If pure interger value is passed then it will return it as it is but if a string is passed then it will return zero. If VALUE is omitted then it uses $_ Return Value
ExampleFollowing is the piece of code
This will produce following result
|
Copyright © tutorialspoint.com