我实际上不知道如何描述我想要的东西,但我会告诉你:
例如:
$data1 = "the color is"; $data2 = "red";
我应该做什么(或处理)所以$ result是$data1和$data2?的组合?
$data1
$data2
期望的结果:
$result = "the color is red";
php string variables combinations
combinations ×1
php ×1
string ×1
variables ×1