I want to concat a single quote at the end of the string How can i do this thing in php?
$file = $this->form->getValue('doc');
$filename = $file->getOriginalName();
$file_name=$fn.'_'.md5($fiename);
$extension = $file->getExtension($file->getOriginalExtension());