美文网首页日常积累小问题
日常工作所遇php积累

日常工作所遇php积累

作者: LeslieFind | 来源:发表于2020-04-17 11:19 被阅读0次

    1、isset():
    说明: 检测变量是否设置
    参考:https://www.w3cschool.cn/php/php-isset.html

    举例:

    image.png
    2、strpos():
    说明:查找字符串在另一字符串中第一次出现的位置(区分大小写)的函数
    参考:https://www.php.cn/php-weizijiaocheng-380986.html
    举例:
    image.png
    3、三种符号的含义=>,->,::
    说明:=>键值对,->获取属性和方法,::类获取属性和方法
    参考:https://www.php.cn/php-weizijiaocheng-378631.html
    image.png
    image.png

    相关文章

      网友评论

        本文标题:日常工作所遇php积累

        本文链接:https://www.haomeiwen.com/subject/hkrevhtx.html