??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/mayshine.co.uk/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Str.php
⬅ Kembali
<?php
namespace Nextend\Framework\Misc;
use Nextend\Framework\Misc\StringPhp\MultiByte;
use Nextend\Framework\Misc\StringPhp\SingleByte;
use Nextend\Framework\Misc\StringPhp\StringInterface;
use Nextend\Framework\Pattern\SingletonTrait;
class Str {
use SingletonTrait;
/**
* @var StringInterface
*/
private static $engine;
protected function init() {
if (function_exists('mb_strpos')) {
self::$engine = new MultiByte();
} else {
self::$engine = new SingleByte();
}
}
public static function strpos($haystack, $needle, $offset = 0) {
return self::$engine->strpos($haystack, $needle, $offset);
}
public static function substr($string, $start, $length = null) {
return self::$engine->substr($string, $start, $length);
}
public static function strlen($string) {
return self::$engine->strlen($string);
}
}
Str::getInstance();
Nama
Tipe
Ukuran
Diubah
Aksi
📁 Base64
dir
—
2026-06-17 03:06
📁 StringPhp
dir
—
2026-06-17 03:06
📁 Zip
dir
—
2026-06-17 03:06
📄 .htaccess
htaccess
237 B
2026-06-23 08:04
🐘 Base64.php
php
388 B
2026-05-29 00:15
🐘 HttpClient.php
php
942 B
2026-05-29 00:15
🐘 Str.php
php
957 B
2026-05-29 00:15
📄 cacert.pem
pem
216.3 KB
2026-05-29 00:15