Posts by Arllan Pablo • 53 points
3 posts
-
3
votes0
answers35
viewsQ: Why do you put "var" before a class variable?
<?php classe Caneta { var $modelo; var $cor; } What does the var before the variable?
-
-2
votes2
answers68
viewsQ: Print a gradual number of characters
Using a repeat structure, print on the screen the following: * ** *** **** ***** ****** *******
phpasked Arllan Pablo 53 -
1
votes0
answers16
viewsQ: How to use echo and print in php
Guys I’m starting in the world of php and I would like to know the difference and, in what suits the use of the commands: echo, print () echo "". Yes and also know the difference in using single and…
phpasked Arllan Pablo 53