src/mobilyWs/functionUnicode.php
Method convertToUnicode
has 308 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function convertToUnicode($message)
{
$chrArray[0] = "،";
$unicodeArray[0] = "060C";
$chrArray[1] = "؛";
File functionUnicode.php
has 313 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
//دالة تحويل الرساله إلى ترميز UNICODE الخاص بالإرسال من خلال بوابة موبايلي
function convertToUnicode($message)
{
$chrArray[0] = "،";