Copyright © tutorialspoint.com
Syntax
Definition and UsageReturns a string containing the prototype of the function or reference specified by EXPR, or undef if the function has no prototype. You can also use this to check the availability of built-in functions. Return Value
ExampleTry out following example:
It will produce following results:
|
Copyright © tutorialspoint.com