0

我喜欢只输出连字符前后的第一和第二部分。$interests 字段具有以下值:

Eating dinner - Restaurants
Eating lunch - At home

目前,它列出了所有值。这是我的代码:

$interests .= html_helper::anchor('link/' . strtolower(str_replace(" ","_",$val)), $val).", ";

如何更改它以在连字符之前输出这些值?

Eating dinner
Eating lunch

如何更改它以在连字符后输出这些值?

Restaurants
At home

非常感谢。

4

0 回答 0