$verim = $konumesaj['message'];
preg_match_all('@\[img\](.+?)\[/img\]@', $verim, $matches);
$sonuc = $matches[1][0];
kodu ile çözüm buldum.
$verim = $konumesaj['message'];
preg_match_all('@\[img\](.+?)\[/img\]@', $verim, $matches);
$sonuc = $matches[1][0];