Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
base_convert « Math « PHP
PHP
Math
base_convert
1.
Convert integer values to other bases such as binary or base 32 and base 36
2.
string base_convert ( string num, int from_base, int to_base ) convert every base to every other base
3.
function base_convert() converts any integer value from one base to another