Blogger Information
泉懿
Blog
4
fans
0
comment
0
visits
1580
integral:0
P beans:8
  • List of blog posts
  • 8月10号作业

    题目:返回数组中所有的值并给其建立从0开始递增的数字索引$arr = [4=>10,1=>22,9=>55,0=>255];$ arr2= array_values($arr);print_r($arr2);

    2021-08-11 19:59 Read 405 comment 0
  • 2021年8月6日作业:回调函数和递归函数的认识

    1,回调函数回调函数就是在一个函数中把另外一个函数当做参数传递进来度执行,执行完之后再回到本函数继续执行后面的内容function a(int $a,int $b){ return $a+$b;}$c=call_user_func('a',1,2...

    2021-08-07 15:58 Read 326 comment 0
  • 计算器作业

    {{title}} &...

    2021-08-06 19:01 Read 442 comment 0
  • 16期8月5日作业

    2021-08-06 16:29 Read 407 comment 0