"123",   'title3'=>"123",   ......   无限个 ) "/> "123",   'title3'=>"123",   ......   无限个 ) ">

Home  >  Article  >  Backend Development  >  碰到一个有关问题,小弟我觉得肯定有简便写法,但是一时找不到

碰到一个有关问题,小弟我觉得肯定有简便写法,但是一时找不到

WBOY
WBOYOriginal
2016-06-13 12:44:05865browse

碰到一个问题,我觉得肯定有简便写法,但是一时找不到。
config.php

array(
  'title='>"123",
  'title2'=>"123",
  'title3'=>"123",
  ......
  无限个
)

这时我一个操作只想改变title2的值,比如改成456
难道一定要全部读取,再重新一次写入文件中?

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