Learn PHP: Commenting

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 8

  • @mannyplayer001
    @mannyplayer001 11 ปีที่แล้ว +3

    another way of commenting a single line is to use '#'
    example :
    # this is function that.......

  • @MsBarbitura
    @MsBarbitura 9 ปีที่แล้ว

    What programm do you use to code? It looks comfortable.

    • @lulualmohtarif
      @lulualmohtarif 9 ปีที่แล้ว

      +Анна Галкина sublime text ;)

    • @MsBarbitura
      @MsBarbitura 9 ปีที่แล้ว

      +‫قــنــاة ألـــمُــهرج‬‎ Thank you. I've already figured it out)

    • @lulualmohtarif
      @lulualmohtarif 9 ปีที่แล้ว

      +Анна Галкина this software is my favourite in coding because he is simple and beautiful

  • @BaliLandandVilla
    @BaliLandandVilla 10 ปีที่แล้ว

    I see many times something like this .Is it kind of namespace or what is that?

  • @jesterjunk
    @jesterjunk 10 ปีที่แล้ว +1

    # This is a one-line shell-style comment
    php.net/manual/en/language.basic-syntax.comments.php

  • @theworldismine4ever
    @theworldismine4ever 8 ปีที่แล้ว

    you also Commenting out like JavaScript.