|
Download converting php, open and convert a free PHP file: |
| Convert a number between arbitrary bases - PHP | | |
| If you would like to convert numbers into just the uppercase alphabet base and vice-versa (e.g. the column names in a Microsoft Windows Excel sheet..A-Z ... |
function.base-convert.php | php.net | Convert : arbitrary bases between convert number php |
 |
| Convert character encoding - PHP | | |
| Is specified by character code names before conversion. It is either an array, or a comma separated enumerated list. If from_encoding is not specified, the ... |
function.mb-convert-encoding.php | php.net | Convert : character convert encoding php |
 |
| PHP: intval - Manual | | |
| Returns the integer value of var , using the specified base for the conversion (the .... The solution for this, and the way I recommend converting a string to an ... |
function.intval.php | php.net | Convert : intval manual php |
 |
| PHP: Strings - Manual | | |
| This means that PHP only supports a 256-character set, and hence does not offer ..... As stated above, directly converting an array, object, or resource to a string ... |
language.types.string.php | php.net | Convert : manual php strings |
 |
| PHP: strtoupper - Manual | | |
| string strtoupper ( string $string ). Returns string with all alphabetic characters converted to uppercase. Note that 'alphabetic' is determined by the current locale. |
function.strtoupper.php | php.net | Convert : manual php strtoupper |
 |
| PHP: Booleans - Manual | | |
| To explicitly convert a value to boolean, use the (bool) or (boolean) casts. However ... When converting to boolean, the following values are considered FALSE : ... |
language.types.boolean.php | php.net | Convert : booleans manual php |
 |
| PHP: Floating point numbers - Manual | | |
| Although it depends on the system, PHP typically uses the IEEE 754 double precision ... For values of other types, the conversion is performed by converting the ... |
language.types.float.php | php.net | Convert : floating manual numbers php point |
 |
| PHP: utf8_encode - Manual | | |
| My version for converting ISO array keys to utf8: <?php function convertArrayKeysToUtf8(array $array) { $convertedArray = array(); foreach($ array as $key ... |
function.utf8-encode.php | php.net | Convert : manual php utf8encode |