Blogger Information
夸父逐日
Blog
3
fans
0
comment
0
visits
1785
integral:0
P beans:6
  • List of blog posts
  • PHP:文件的加载与类的初识

    在PHP中,include,include_once,require,require_once 都有引入文件(PHP,HTML等)的作用。我们在运用它们的时候要理解使用。我们在脚本demo1.php 写入一个求和的函数

    2020-04-30 16:21 Read 606 comment 0
  • PHP:数组函数的应用

    array函数举例1.array_merge($arr1,$arr2,$arr3,…)用于合并多个数组$arr1 = [2,3,4,5,6,7,8];$arr2 = ['a','b','c','d','e'];$arr3 = ['hi','bob']...

    2020-04-25 19:36 Read 604 comment 0
  • PHP:字符串函数的初体验

    一、打印输出类函数打印输出类函数包括echo,print,printf,vprintf,sprintf,vspirntf,fprintf,vfprintf,sscanf,number_format。其中后8个有格式化输出字符串的功能。打印输出函数举例...

    2020-04-24 08:06 Read 575 comment 0