Guest User

Untitled

a guest
Jun 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. class Multimedia {
  4.  
  5. public function copyImage($source, $destination) ;
  6.  
  7. public function resizeImage($source, $destination, $newWidth, $newHeight);
  8.  
  9. public function cropImage($source, $destination, ....)
  10.  
  11. public function displayCropForm($source, $formAction)
Add Comment
Please, Sign In to add comment