Home
Forum
Inserisci
Registrati | Password persa?
_______________________________________________________________________________________________________________________________________________________________________
Inserisci un tutorial
Totale contenuti: 114
Tutorial
Adobe Photoshop
Adobe DreamWeaver
C/C++
Filemaker
Html
Java
Matlab
MySql
PHP
PHP & MySql
Swift 3D
SwishMax
Visual J#
Template
Swish
Hotel
Guide
Asp
Adobe DreamWeaver
JavaScript
PhP
Corsi
Elettrotecnica
Contenuti sponsorizzati
Siete qui:
Home
>
Tutorials
>
PhP
>
Funzioni Matematiche
> dechex
PhP
:
Funzioni Matematiche
: dechex
Categoria:
PhP
Aggiunto:
18/10/2007
Anteprima:
Download:
WinZip (Sorgente in PhP)
La funzione 'dechex' ritorna un numero esadecimale dato un numero decimale.
File d'esempio:
dechex.php
<?php
$a=dechex(120);
echo $a;
//Ritornerà 78
?>
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1