Class
Class MyClass
{
// Properties and Methods
public $info = "this is some info."
private $data = "this is some data."
}
$object = new MyClass;
var_dump($object);
-
External Links
- https://www.youtube.com/watch?v=iEGUOE9RKqM