[Include] Data Convert (decimal / hexadecimal / binary)
#10

Update v2.0.0:


- Update for variable anti-collision

- Support for Octal

- Added functions:
PHP Code:
bool:IsOctalNumber(string[]);

OctToInt(string[]);
OctToHex(string[]);
OctToBin(string[]);

IntToOct(int);
HexToOct(string[]);
BinToOct(string[]); 
- Added definitions:
PHP Code:
INT_NUMBER_LEN
HEX_NUMBER_LEN
BIN_NUMBER_LEN
OCT_NUMBER_LEN 
- Fixed functions:
PHP Code:
BinToHex(string[]);
BinToHexEx(string[]);
IntToAny(value,output[],type); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)