I have saw a url like http://www.example.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/0 visit it then I can get a image how it works? and how can I get boundary of that image use curl with php?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- How to get the background from multiple images by
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
What do you mean by getting an image by that URL? You need to rewrite the URL with htaccess and intercept it somehow using PHP and loading the file from somewhere.
Once you have the image you can get any info you want to from it.
Is it what are you looking for?