description string keywords php title string toc_max 4 string single quote $name = 'kamal' echo 'kamal is here \n new line'; // kamal is here \n new line double quote $name = "kamal" echo "kamal is here \n new line"; // kamal is here // new line resources string function