Asked 8 years, 3 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