Syntax Syntax
Parameters Parameters
- $b
-
(Required)
Return Return
(bool)
Source Source
File: wp-includes/sodium_compat/src/Core32/Int64.php
public function isGreaterThan($b = 0)
{
return $this->compareInt($b) > 0;
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
(Required)
(bool)
File: wp-includes/sodium_compat/src/Core32/Int64.php
public function isGreaterThan($b = 0)
{
return $this->compareInt($b) > 0;
}