Php retrieves local image files and generates xml file output

Source: Internet
Author: User
This article will introduce in detail php to get local image files and generate xml file output. the code is simple and practical. if you are interested, please refer to it. I hope it will help you learn php. The code is as follows:


$ Dir = "upload /";
$ Dir_res = opendir ($ dir );
$ FileFormat = array (0 => ". jpg", 1 => ". gif", 2 => ". png", 3 => ". bmp ");
$ XmlData = "";
$ XmlData. =" \ N ";
While ($ filen = readdir ($ dir_res ))
{
For ($ I = 0; $ I {
If (substr ($ filen, strpos ($ filen, ".") = $ fileFormat [$ I])
{

$ XmlData. =" \ N ";
$ XmlData. =" ". $ Dir. $ filen ." \ N ";
$ XmlData. =" \ N ";
Break;
}
}
}
$ XmlData. =" \ N ";
Print $ xmlData;
Closedir ($ dir_res );
?>


With the "AIR application calling the camera to take pictures and keep the photos to the local folder" released on this site, you can use a socket to take pictures on one computer and display the photos on another computer.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.