Asked 8 years, 2 months ago
Viewed 35 times
3
<?php classe Caneta { var $modelo; var $cor; }
What does the var before the variable?
var
Browser other questions tagged php oop