Php Posted byby Praveen KumarJuly 29, 2019How to prepend a string in PHPThere’s no exact function to prepend a string in PHP. But PHP concatenation operator (.) is used to returns the concatenation of its left and right arguments. There are two…