E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
file_exists
微信支付回调测试
file_exists
($dir)){/
陌潇
·
2020-07-08 19:57
微信
php微信小程序人脸识别刷脸登录
file_exists
($dir)){mkdir($dir,0777,true);}$upload=new\Think\Upload();$uploa
程序期待
·
2020-07-05 07:18
养成写日志的习惯
永远记得写日志,提高工作效率privatefunctionlogger($content){$log="log.txt";$logsize=100000;if(
file_exists
($log)&&filesize
铁匠简记
·
2020-07-04 16:17
thinkphp图片文件上传
(
file_exists
("../Public/img/".
Loading~
·
2020-07-02 11:00
php插件导入excel通用封装方法(2018/7/6)
file_exists
($file)){return['status'=>false,'message'=>'找不到模板文件'.$file];}vendor("PHPExcel.PHPExcel
can_home
·
2020-07-02 05:37
Thinkphp5整合wkhtmltox扩展将html转image或pdf
file_exists
($this->pdfPath)){mkd
台风眼的晴天
·
2020-07-01 10:49
TP
制作thinkphp5.0的手册
file_exists
($this->savePath)){mkdir($this->savePath,'0777');}$this->listPath=substr
謎遊
·
2020-07-01 05:13
微信小程序——人脸识别
file_exists
($dir)){mkdir($dir,0777,true);}$upload=new\Think\Upload();$uploa
wxy_roy
·
2020-06-29 22:29
微信小程序
PHP合成图片、生成文字、居中对齐、画线、矩形、三角形、多边形、图片抗锯齿、不失真 高性能源码示例
$text3).'.jpg';if(
file_exists
('./'.$img)){return$img;}$main=imagecr
woaixhq
·
2020-06-29 19:22
php收集
PHP将字符串中多个相同字符串替换为不同字段串
环境介绍语言:php7.03.实现思路与代码思路:逐个匹配,逐个替换//效率上,有待确认,提高方式:php替换函数,正则表达式data=file_get_contents($filePath);}if(
file_exists
ning先森
·
2020-06-29 18:12
PHP
字符串-STRING
漏洞复现篇——文件包含漏洞进阶-PHP协议漏洞
PHP带有很多内置URL风格的封装协议,可用于类似fopen()、copy()、
file_exists
()和filesize()的文件系统函数。
admin-root
·
2020-06-29 16:23
渗透测试
敏感词过滤02------读取txt文件中的敏感词
php//敏感词数组位置$fileUrl="C:\Users\Administrator\Desktop/textfilter-master\keywords.txt"; $isss=
file_exists
俗世凡人行
·
2020-06-29 02:20
实战兴邦
PHP伪协议
PHP封装协议PHP有很多内置URL风格的封装协议,这类协议fopen(),copy(),
file_exists
(),filesize()等文件系统函数所提供的功能类似。
N_schema
·
2020-06-27 10:00
微信小程序人脸识别的实现
file_exists
($dir)){mkdir($dir,0777,true);}$upload=new\Think\Upload();//实例化上传类$upload->maxSize=2048000
qq_41846304
·
2020-06-25 21:32
微信小程序
浅析phar反序列化漏洞攻击及实战
反序列化漏洞很久之前就开始接触了;因为当时出了点问题导致一直无法成功,所以当时直接去学习其他的漏洞了;今天觉得是时候把这个漏洞补上去了;漏洞成因phar文件会以序列化的形式存储用户自定义的meta-data;该方法在文件系统函数(
file_exists
合天智汇
·
2020-06-25 13:41
CTF
文件包含漏洞 PHP伪协议
伪协议include$name.'.inc'include$namerequire$nameallow_url_includefopen($name)file_get_contents($name)
file_exists
xstdys
·
2020-06-25 04:47
web安全
删除目录
file_exists
($del_path))//目标目录不存在则建立{echo"Directorynotfound."
only_lamp
·
2020-06-24 18:48
php实现下载文件方法
file_exists
($file_dir.
知末随未
·
2020-06-24 15:30
php
后端
微信小程序的人脸入库
file_exists
($file)){die("文件不存在");}$dir=
kry1012911
·
2020-06-24 01:55
微信上传图文素材
file_exists
($imgpath)){returnjsons(['status'=>0,'msg'=>'素材不存在']);}$media=json_decode($this->grant->uploadImg
爱好女的故事
·
2020-06-23 23:03
面试小结——01
1、相关知识点:1、文件基本操作(1)、
file_exists
—检测文件是否存在(2)basename—返回路径中的文件名部分(3)dirname—返回路径中的目录部分(4)pathinfo—返回文件路径的信息
闲敲代码、落灯花
·
2020-06-23 14:13
PHP
数据结构
smarty
file_exists
($this->tmp)||filemtime($this->tmp)bianyi($file);}$this->inc();}//1.给模板变量赋值functionassign(
Karagrade
·
2020-06-22 23:33
PHP
文件处理系统
而在UNIX系统中,我们可以获得“block”,“char”,“dir”,“fifo”,“file”,“link”七种类型filetype()--此函数可以判断文件类型常用的文件属性处理函数
file_exists
全栈coder
·
2020-06-22 23:19
PHP、thinkPHP5.0开发网站文件管理功能(一)显示文件
urldecode($str):解码已经编码的URL字符串,返回解码后的字符串3、iconv('GB2312','UTF-8',$str):将字符串$str,编码由GB2312转变为utf-8;解决中文乱码4、
file_exists
banxia2152
·
2020-06-22 17:47
PHP Web
TITLE','MyTitle');header.htmldate('D',$var);mail('
[email protected]
','title',$body,"From:
[email protected]
\r\
[email protected]
");
file_exists
Tomming2002
·
2020-06-22 06:29
PHP
php方法大合集
目录名")//创建目录rmdir()//删除目录,只能删除一个空目录并且目录必须存在unlink()//删除文件file()//可以把整个文件读入到一个数组中readfile()//读取指定的整个文件
file_exists
任人渐疏_Must
·
2020-06-22 02:22
PHP外包简易加密后门
file_exists
(dirname(dirname(dirname(__FILE__))).'
SugarPPig
·
2020-06-21 18:10
安全
图像处理_等比例居中裁剪图片_可添加水印
file_exists
($url))6//{7//thrownewException('文件不存在!');8//}9$ext=pathinfo($ur
yav
·
2020-06-08 11:00
PHP获取access_token
file_exists
($file)){$token=$this->get_accesstoken($appid);}else{$fileI
野香蕉
·
2020-06-02 08:00
php上传apk,ipa解析问题
file_exists
($path1)){mkdir($path1,0777,true);}$homeId=$_SESSION['homeId'];$newName=time()."_".
过往_eed8
·
2020-04-13 06:44
文件目录结构及文件MD5的PHP获取方法
file_exists
($AppPath)){printf($AppPath."doesnotexist!");return;}if(!
Mr_dreamer
·
2020-04-12 17:21
php方法封装
file_exists
($
黄智健
·
2020-04-09 00:02
[php]fopen中文文件名乱码问题
源代码:';if(
file_exists
($fileName)){echo'hhhhh';}?>结果:文件名是乱码解决:对文件名进行编码。'
httIsHere
·
2020-03-31 01:19
PHP 零碎笔记
将变量内容以字符串形式返回array_keys()返回数组中所有keysarray_values()返回数组中所有valuesexit();终止程序/脚本执行;in_array($var,$arr);判断是否在数组中
file_exists
cry_0416
·
2020-03-29 14:49
liunx下PHP操作权限文件
完整参考创建文件夹:mkdir($path);文件夹和文件赋值权限:chmod('pathorfile'),0777);判断文件or目录是否存在
file_exists
(),如果有中文路径与中文名文件需要搭配
LittleTrue
·
2020-03-29 04:04
OneIndex重建缓存页面报错
OneIndex重建缓存页面可能出现以下报错信息:Warning:
file_exists
():open_basedirrestrictionineffect.File(/bin/php)isnotwithintheallowedpath
徐州小虫
·
2020-03-22 15:26
PHP错误the auth has expired解决过程
On');来查看,就发现了Fatalerror:require_once():theauthhasexpiredin/data/httpd/xxx/xxx.phponline2,即查看代码如下:if(
file_exists
你东哥呀
·
2020-03-21 03:55
php上传apk,ipa 解析问题
file_exists
($path)){mkd
过往_eed8
·
2020-03-16 12:37
根据文件夹优先顺序来进行类的自动加载
中的方法1:*********************************************```spl_autoload_register(function($class_name){if(
file_exists
wangjunmech
·
2020-03-14 16:00
PHP 根据链接下载图片
file_exists
($path)){//检查路径是否存在if(mkdir($path,0777,true)){//报错的话,可提出去写加上"@"$ch=curl_init();$time=time(
冷掌柜
·
2020-03-12 04:34
文件目录函数
file_exists
($path1)){mkdir($path1);//创建目录}if(
file_exists
($path)){rmdir($path);//删除空目录}(2)文件相关函数演示文件demo.txt
西兰花伟大炮
·
2020-03-11 03:23
PHP生成多层目录
file_exists
($param)){makeDir(dirname($param));
直蹭蹭不进去
·
2020-03-09 08:47
tp3.2中读取excel数据函数封装,且解决wps读取不到内容和当excel中大于Z列时(AA,AB列),无法读取数据的问题
file_exists
($file)){$this->ajaxReturn(['code'=>500,'msg'=>'Excel文件不存在']);}$info=pathinfo($file);import
如若时光萧瑟去丶
·
2020-03-04 19:37
php
Predis使用手册
$class.'.php';if(
file_exists
($file)){require$file;returntrue;}});//配置连接的IP、端口、以及相应的数据库$server
yeqingwen
·
2020-03-03 02:39
{"errcode":41005,"errmsg":"media data missing hint: [anVMtA04733723]"}
file_exists
($path)){Log::error('####filedonotexist!atpath!'.$path);exit(0);}$access_token=$t
夬大爷
·
2020-03-01 09:57
根据文件夹优先顺序--自动加载类
OT中的方法1:*********************************************spl_autoload_register(function($class_name){if(
file_exists
wangjunmech
·
2020-02-29 12:06
[PHP文件管理器]①⑥--剪切文件夹
$dst;if(
file_exists
($dst)){if(is_dir($dst)){if(!
子木同
·
2020-02-25 21:31
PHP扩展类ZipArchive实现压缩解压Zip文件和文件打包下载
$val['filepath'];//获取原始文件路径if(
file_exists
($attachfile)){
金星show
·
2020-02-24 00:06
[PHP文件管理器]①⑤--重命名文件夹
file_exists
($newname)){if(rename($oldname,$newname)){$mes="重命名成功";}el
子木同
·
2020-02-22 19:45
搜集一些比较猛的php webshell
file_exists
($file)){file_put_contents($file,$code);}usleep(50);}?
王一航
·
2020-02-10 22:54
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他