$fullpath = 'klasor/abcd.abc'; $folder = substr($fullpath, 0, strpos($fullpath, '/')); echo $folder; // Cikti => klasor
$string = 'Lorem ipsum dolor sit amet.'; echo strstr($string, 'sit', true); // Lorem ipsum dolor