Class Auth_OpenID_MathLibrary
The superclass of all big-integer math implementations
Package: OpenID
Copyright: 2005-2008 Janrain, Inc.
License: Apache
Author: JanRain, Inc. openid@janrain.com
Located at zp-extensions/federated_logon/Auth/OpenID/BigMath.php
Copyright: 2005-2008 Janrain, Inc.
License: Apache
Author: JanRain, Inc. openid@janrain.com
Located at zp-extensions/federated_logon/Auth/OpenID/BigMath.php
public
string
|
#
longToBinary( integer $long )
Given a long integer, returns the number converted to a binary string. This function accepts long integer values of arbitrary magnitude and uses the local large-number math library when available. |
public
integer
|
#
binaryToLong( string $str )
Given a binary string, returns the binary string converted to a long number. |
public
|
|
public
|
|
public
integer
|