duanbarong4617 2017-07-20 22:55
浏览 58
已采纳

php可以回复另一个不是php的文件中的某些单词,例如.scss或.css吗?

Can php echo one words from another file which is not php eg .scss or .css?

lets say I have test.php and test1.scss

on test1.scss my text is like following:

/* start of test1.scss content */

$theme_name : MyTheme;

/* end of test1.scss content */

now I want to echo only MyTheme on test.php with php code. is it possible?

  • 写回答

1条回答 默认 最新

  • douming4359 2017-07-20 23:14
    关注

    Read the file using

    file_get_contents()
    

    Then use regular expressions:

    This pattern works. Group 2 contains "MyTheme"

    $pattern = '/(\$theme_name :)(.*);/';
    preg_match($pattern, $a, $results);
    
    echo ($results[2]);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器