CKeditor 保存文件名而不是目录名

CKeditor save filename not dirname

我正在尝试用 ckeditor 保存图像,使用 kcfinder。但我只想在保存时保存文件名。不是 src='/dir/dir/file.jpg',而是 src='file.jpg'。 我不知道从哪里开始寻找这样的功能。

你试过substr了吗?所以$filename = substr($src, strrpos($src, '/'));