<?php
/*
getchwd() 函数返回当前工作目录。
str_replace('\\', '/',$srcPath)被替换的样式:'E:/phpstudy/PHPTutorial/WWW/images'
php.ini max_execution_time=30 设置:超过30秒的最大执行时间
set_time_limit(0);设置脚本执行时间无限长
*/
$url="https://www.baoxian.com";
$path="images";
<?php
/*
getchwd() 函数返回当前工作目录。
str_replace('\\', '/',$srcPath)被替换的样式:'E:/phpstudy/PHPTutorial/WWW/images'
php.ini max_execution_time=30 设置:超过30秒的最大执行时间
set_time_limit(0);设置脚本执行时间无限长
*/
$url="https://www.baoxian.com";
$path="images";