Here is one example using Devanagari:
class लगर
{
const इन्फो = 'इन्फो';
public function लग(string $मेसेज, string $लेवल)
{
echo "[$लेवल] $मेसेज";
}
}
(new लगर)->लग('hello', लगर::इन्फो);
Here is one example using Devanagari: class लगर { const इन्फो = 'इन्फो'; public function...
Read full article on DEVDevArt keeps this article discoverable at a fast, self-canonical URL and links clearly to the original DEV publication.
Here is one example using Devanagari:
class लगर
{
const इन्फो = 'इन्फो';
public function लग(string $मेसेज, string $लेवल)
{
echo "[$लेवल] $मेसेज";
}
}
(new लगर)->लग('hello', लगर::इन्फो);