search
HomeBackend DevelopmentPHP TutorialPHP file batch rename file batch rename tool win7 batch rename files batch folder rename ba

$format ='jpg';
                    $path ='C:/Users/12759/Desktop/5.30.120.0';
                    $files = $this->getfile($path,$format);
                    foreach( $files as  $v )
                    {

                    /* //$tv = basename($v);
                     //dd($tv);*/
                     $aa = pathinfo($v);
                     //dd($aa);
                     //list($name,$ext) = explode('.',$tv);
                     //$newname =$path.time().mt_rand(1,10000).'.'.$ext;*/
                     $newname = md5($aa['filename']).'.'.$aa['extension'];
                     //dd($newname);
                    /* if(rename($v,$newname))
                     {
                      echo '成功将'.$v.'重命名'.$newname.'<br>'; 
                     }*/

                     rename($path.'/'.$v,$path.'/'.$newname);    
                     /*echo '成功将'.$v.'重命名'.$newname.'<br>'; */
                     echo "<span style="'color:red'">".$v."</span>"."--------------".$newname."<br>";

                    }




public function getfile($dirname,$format)
    {
             $dirs    = array();
             $handle = opendir($dirname);
             while(($fn = readdir($handle))!==false){
                 if($fn!='.'&&$fn!='..'){
                 $curDir = $dirname.'/'.$fn;  
                $path = pathinfo($curDir);
                 $dirs[] = $path['basename'];

              }
            }

             return $dirs;
    }

The above introduces the batch renaming of PHP files, including the contents of PHP files and batch renaming. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
php文件如何在手机上打开php文件如何在手机上打开Nov 13, 2023 am 11:08 AM

要在手机上打开php文件,需要在手机上搭建一个能够运行php的服务器环境,并将php文件上传到服务器上。然后,在手机上的浏览器中输入服务器的IP地址或域名,加上php文件的路径,即可打开php文件并查看其内容。

如何处理PHP文件路径大小写错误并生成相应的报错信息如何处理PHP文件路径大小写错误并生成相应的报错信息Aug 08, 2023 pm 09:45 PM

如何处理PHP文件路径大小写错误并生成相应的报错信息在开发PHP程序的过程中,我们经常会遇到文件路径大小写错误的问题。由于Windows和Linux系统对文件路径的大小写处理方式不同,当程序在开发环境中使用Windows系统测试通过后,在部署到Linux服务器上时可能会导致路径错误。为了解决这个问题,我们可以通过一些方法来处理文件路径的大

win10如何批量重命名文件win10如何批量重命名文件Mar 01, 2024 pm 06:31 PM

win10系统的功能非常齐全,因此即使win11已经发布,也有着不少用户选择使用win10系统,但是有很多小伙伴都不太清楚如何批量重命名文件,接下来小编就帮助大家解决这个问题。win10如何批量重命名文件1、首先选中需要编辑的文件夹,然后右击选择界面中的打开。2、进入文件夹后,这时需要按住ctrl键,选中需要重命名的所有文件。3、随后右击文件,在弹出的菜单中选择重命名选项。4、然后任意选择一个文件进行重命名,在输入文件名之后点击回车键。5、最后系统会自动进行重命名,命名完成后,文件会自动进行分类

如何才能打开php文件如何才能打开php文件Sep 01, 2023 am 11:53 AM

打开php文件步骤:1、选择文本编辑器;2、在选择的文本编辑器中,创建一个新的文件,并将其保存为.php文件;3、在创建的PHP文件中,编写PHP代码;4、要在本地计算机上运行PHP文件,需要设置一个服务器环境;5、安装服务器环境后,需要将PHP文件放入服务器目录中;6、一旦将PHP文件放入服务器目录中,就可以通过浏览器来运行它。

.php文件中可包含几方面内容.php文件中可包含几方面内容Mar 06, 2023 pm 05:32 PM

php文件中可包含的内容:1、起始标签“<?php”和结束标签“?>”,所有PHP代码都必须写在这对标签的里面;2、分号“;”,是PHP语句的分隔符,也代表着代码执行的指令;3、注释,有单行注释“//”、多行注释“/* */”、Shell注释“#”三种风格注释;4、换行符,可加强代码的可读性;5、代码段(如函数等)。

怎么打开php文件怎么打开php文件Jan 24, 2024 pm 04:12 PM

打开php文件的工具:1、Notepad++;2、Sublime Text;3、Visual Studio Code;4、Eclipse;5、XAMPP。详细介绍:1、Notepad++,这是一个免费的文本编辑器,支持多种编程语言,包括PHP,它具有语法高亮和代码折叠等功能,可以更轻松地阅读和编辑PHP代码;2、Sublime Text,这是一款功能强大的文本编辑器等等。

PHP文件可包含哪些代码PHP文件可包含哪些代码Aug 01, 2023 pm 01:34 PM

PHP文件可包含的代码:1、PHP代码,用来完成各种服务器端的任务;2、HTML代码,用来定义网页的结构和布局;3、CSS代码,用来定义网页的样式;4、JavaScript代码,用来实现在网页中进行各种动态交互的功能;5、SQL代码,用来操作数据库;6、文件包含代码,可以将代码进行模块化;7、第三方库和框架,可以快速构建功能丰富的应用程序。

运行PHP程序的前提条件是什么?运行PHP程序的前提条件是什么?Mar 26, 2024 pm 03:45 PM

标题:运行PHP程序的前提条件及示例PHP是一种广泛应用于Web开发的脚本语言,许多网站都是通过PHP来运行其动态内容。要成功运行PHP程序,必须满足一些前提条件。下面将介绍运行PHP程序的前提条件,并提供具体的代码示例。服务器环境首先,PHP程序需要在支持PHP语言的服务器环境中才能正常运行。最常见的服务器环境是Apache服务器,并且需要安装PHP解释器

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.