Blogger Information
星夜低语
Blog
12
fans
0
comment
0
visits
10232
integral:0
P beans:26
  • List of blog posts
  • php 函数定义、类型、参数、返回值

    函数1. 语法函数是实现代码复用的重要方式,在所有编程语言中均如此 function 函数名称(类型: 参数列表): 返回值类型{ // 函数体 return 返回值;} 序号 名称 描述 1 function 声明函数 ...

    2020-04-21 10:34 Read 1485 comment 0
  • PHP 基本认识 变量定义与输出

    php基础1. php 是什么 PHP: (PHP: Hypertext Preprocessor), 超文本预处理器的缩写PHP 是开源的,免费的,运行在服务端的,用来动态生成网页数据的脚本语言所谓脚本语言,是指不需要编译,直接由解释器/虚拟机执行...

    2020-04-16 10:31 Read 1207 comment 0
  • vscode 常用插件 与 Markdown语法

    1.vscode常用插件 序号 名称 描述 1 auto rename tag html 自动更新配对标签名称 2 highlight matching tag 自动高亮显示结束括号/标签 3 bracket pair colo...

    2020-04-02 17:39 Read 862 comment 0