Vote count:
0
i need some explication about (string) and (int) for exemple what is te role of them in this
//what is the role of int bellow
include 'init.inc.php'; function get_total_urls(){ $total = mysql_query("SELECT COUNT(url_key
) FROM urls
"); return (int)mysql_result($total,0); //what is the role of string bellow echo base_convert((string)(6),10,36);
asked 53 secs ago
i need some explication about (string) and (int)
Aucun commentaire:
Enregistrer un commentaire