Pchp.Library.Variables.intval C# (CSharp) Method

intval() public static method

Converts to integer.
public static intval ( PhpValue variable ) : long
variable Pchp.Core.PhpValue The variable.
return long
        public static long intval(PhpValue variable) => variable.ToLong();

Same methods

Variables::intval ( PhpValue variable, int @base ) : long