I'm having some problems with php classes, to be more exact, some doubts, I do not know how classes and functions work. For example, if you wanted to create an object called an image, that has 2 functions such as Upload and Delete.
$imagen = new imagen("nombre", "formato");
$imagen->upload;
$imagen->delete;