+ 2
alternative for using $?
4 Réponses
+ 4
no alternative
+ 3
In PHP, a variable starts with the $ sign, followed by the name of the variable: b. <?php
$txt = "Hello world!";
$x = 5;
$y = 10.5;
?>
+ 2
in php variable is declared with the $ dollar symbol, where as in VB.net the variable is declared with the keyword DIM, In java variable is declared with the keyword var.
- 1
If you want to get rid of $ .. then 'Python' is best. ☺