Previous Page
_bc_hexdec()

Solar_Auth_Adapter_Typekey
_bc_invert()

Next Page
_exception()

_bc_invert()

protected string _bc_invert ( string $x, string $y )

Inverts two values using bcmath functions.

Parameters

  • (string) $x: First value.
  • (string) $y: Second value.

Returns

  • (string) The inverse of $x and $y.

Description

Inverts two values using bcmath functions.