Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

All variables in PHP start with which symbol?

user-image
Question ajoutée par solomon girma
Date de publication: 2016/02/17
reenadevi pcrk
par reenadevi pcrk , Project Assistant , Indian Institute Of Science

PHP was based on perl.In perl we are using $ for denoting variables.hence IN PHP also we are using variable with $.Prepending all variables with $ makes the code easier to parse.

More Questions Like This