what does 24 sign mean in php

Solutions on MaxInterview for what does 24 sign mean in php by the best coders in the world

showing results for - "what does 24 sign mean in php"
Guilhem
06 Oct 2017
1<?php
2
3$name = "World";
4echo "Hello, $name";
5
6# $ i.e. "sigil" is used to distinguish a string variable from rest of the string.