Parse PHP's built in carry to carry conversion functions

  • 2020-06-12 08:37:00
  • OfStack

bindec() -- converts to base 10

decbin() -- converts to base 2 in decimal

dechex() -- converts to decimal 106

decoct() -- converts from base 10 to base 8

hexdec() -- convert to decimal

octdec() -- converts to base 10

base_convert()-- converts Numbers between any base


Related articles: