| 484 | if ($text === '') { |
| 485 | return ''; |
| 486 | } |
| 487 | |
| 488 | // String'i tamamen küçük harfe çevir (TR uyumlu) |
| 489 | $text = mb_strtolower($text, 'UTF-8'); |
| 490 | |
| 491 | // İlk karakteri al |
| 492 | $firstChar = mb_substr($text, 0, 1, 'UTF-8'); |
| 493 | |
| 494 | // Kalan kısmı al |
| 59 | // Router instance oluştur ve dispatch et |
| 60 | try { |
| 61 | $mainRouter = new MainRouter(); |
| 62 | $routes = $mainRouter->getRouter(); |
| 63 | // Route dispatch et |
| 64 | $result = $mainRouter->dispatch(); |
| 65 | |
| 66 | if ($result) { |
| 67 | echo $result; |
| 68 | } |
| 69 |
Array
(
[error_type] => E_DEPRECATED
[error_level] => 8192
[handled_by] => ErrorHandler::handleError
)
| 484 | if ($text === '') { |
| 485 | return ''; |
| 486 | } |
| 487 | |
| 488 | // String'i tamamen küçük harfe çevir (TR uyumlu) |
| 489 | $text = mb_strtolower($text, 'UTF-8'); |
| 490 | |
| 491 | // İlk karakteri al |
| 492 | $firstChar = mb_substr($text, 0, 1, 'UTF-8'); |
| 493 | |
| 494 | // Kalan kısmı al |
| 59 | // Router instance oluştur ve dispatch et |
| 60 | try { |
| 61 | $mainRouter = new MainRouter(); |
| 62 | $routes = $mainRouter->getRouter(); |
| 63 | // Route dispatch et |
| 64 | $result = $mainRouter->dispatch(); |
| 65 | |
| 66 | if ($result) { |
| 67 | echo $result; |
| 68 | } |
| 69 |
Array
(
[error_type] => E_DEPRECATED
[error_level] => 8192
[handled_by] => ErrorHandler::handleError
)
The technical features and details of our products are specified below. Each of our products has been designed and manufactured in accordance with quality standards.
Features and technical details may change regarding unique product designs.