Skip to main content

is there a way to declare a string with Acute( ` ` ) in php?

in javascript you declare and use string using Acute (``);

but in PHP you can not do this and use the string.

is a way to use Acute in PHP?



source https://stackoverflow.com/questions/68975777/is-there-a-way-to-declare-a-string-with-acute-in-php

Comments