You can use the casting operators: $myText = (string)$myVar; There are more details for string casting and conversion in the Strings section of the PHP ...
確定! 回上一頁