phpOMS/tests/Security/Sample/hasUnicode.php

7 lines
54 B
PHP

<?php
function has𠀊Unicode()
{
return true;
}