Here is an example of that process using the strstr() function. $string = 'abcde'; $var = strstr($string, 'f'); ...
確定! 回上一頁