当前位置:网站首页>PHP read file (read the specified line containing a string in the file)
PHP read file (read the specified line containing a string in the file)
2022-07-02 05:49:00 【Jill__ er】
The contents of the document
web=/WmCmUr/WmCmUr?wsdl
audit=/secdit/ws/WmCmUr?wsdl
auth=/app/services/AuthSecService?wsdl
Read with “services” That line , And only take the value after the equal sign
/app/services/AuthSecService?wsdl
Realization way :
<?php
$uriFile = "ConfigFile2.conf";
if(file_exists($uriFile))
{
$lines = @file($uriFile);
foreach($lines as $lineStr)
{
//var_dump($lineStr);
/**string(24) "web=/WmCmUr/WmCmUr?wsdl"
string(29) "audit=/secdit/ws/WmCmUr?wsdl"
string(39) "auth=/app/services/AuthSecService?wsdl" */
if(stripos($lineStr, 'services')!==false)
{
var_dump(trim(explode('=', $lineStr)[1]));
}
}
}
?>
Show results :
[Running] php 2_duwenjian_2.php
string(33) "/app/services/AuthSecService?wsdl"
边栏推荐
- idea开发工具常用的插件合集汇总
- Record sentry's path of stepping on the pit
- Zzuli:1065 count the number of numeric characters
- 文件包含漏洞(一)
- Vite打包后的dist不能直接在浏览器打开吗
- Financial portal related information
- 1036 Boys vs Girls
- php继承(extends)
- Principle and implementation of parallax effect
- Installation du tutoriel MySQL 8.0.22 par centos8
猜你喜欢

3D printer G code command: complete list and tutorial

Fabric. JS gradient

Online music player app

Appnuim environment configuration and basic knowledge

Disable access to external entities in XML parsing

Opencv LBP features

VSCode paste image插件保存图片路径设置

Fabric. JS iText superscript and subscript

Installation du tutoriel MySQL 8.0.22 par centos8

Cube magique infini "simple"
随机推荐
Thread pool overview
Youth training camp -- database operation project
Applet jumps to official account
LCD之MIPI协议的一些说明
Fabric. JS three methods of changing pictures (including changing pictures in the group and caching)
5g market trend in 2020
2022-2-14 learning xiangniuke project - Section 6 displays login information
【论文翻译】GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
Brew install * failed, solution
我所理解的DRM显示框架
Common protocols and download paths of NR
php内的addChild()、addAttribute()函数
Centos8 installation mysql8.0.22 tutorial
死磕大屏UI,FineReport开发日记
正则表达式总结
软件测试基础篇
【技术随记-08】
Usage record of vector
Visual Studio导入
Oled12864 LCD screen