……
摘要: 1、代码如下 <?php $file = "demo.txt"; $array=array('color'=> array('blue','red','green'),'size'=> array('small','medium','large')); //缓存 if(false!==fopen($ 阅读全文
posted @ 2022-10-24 20:18 十零 阅读(223) 评论(0) 推荐(0)
摘要: 1.打印机数组代码如下 $array=array('color'=> array('blue','red','green'),'size'=> array('small','medium','large')); echo "<pre>"; print_r($array); echo "<pre>"; 阅读全文
posted @ 2022-10-24 20:16 十零 阅读(47) 评论(0) 推荐(0)
摘要: 1.打开atom软件,选择File->Settings->Install搜索atom-autocomplete-php 2.安装插件autocomplete-php类似 阅读全文
posted @ 2022-10-24 15:44 十零 阅读(68) 评论(0) 推荐(0)