PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Misc
/
StringPhp
<?php namespace Nextend\Framework\Misc\StringPhp; interface StringInterface { public function strpos($haystack, $needle, $offset = 0); public function substr($string, $start, $length = null); public function strlen($string); }
[+]
..
[-] StringInterface.php
[edit]
[-] MultiByte.php
[edit]
[-] SingleByte.php
[edit]