filmov
tv
PHP Comments || Single Line Comment in PHP || Multi Line Comment in PHP || PHP Tutorial in Hindi

Показать описание
PHP Comments || Single Line Comment in PHP || Multi Line Comment in PHP || PHP Tutorial in Hindi
will see how to comment code in PHP there are types of comment we can use first single line comment, second multi line comment.
example :-
// === this is my single line comment====
# === this is also single line comment===
/* =====this is my multi line comment===== */
will see how to comment code in PHP there are types of comment we can use first single line comment, second multi line comment.
example :-
// === this is my single line comment====
# === this is also single line comment===
/* =====this is my multi line comment===== */