Your IP : 216.73.216.250


Current Path : /home/digilove/public_html/libraries/smartslider3/src/Framework/Misc/StringPhp/
Upload File :
Current File : /home/digilove/public_html/libraries/smartslider3/src/Framework/Misc/StringPhp/StringInterface.php

<?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);
}