• 本章小结及案例

        在此章节内,PHP能通过函数进行许多字符串的操作。字符可以有诸多输出方式,能够过滤与填充、大小写转换以及特殊字符的解析,还能有查找与替换、URL、JSO...

    220

  • 验证器 独立验证

    <?php  namespace app\index\controller; use think\Controller; use app\validate...

    311

  • 两个整数相加的函数

    两个整数相加的函数<?phpfunction one($number1, $number2) {return $number1 + $number2;}echo one(1,2);<?ph...

    648

Release Notes

Popular this month