變數函式庫 strval (PHP3 , PHP4) strval --- 取得變數的字串值 語法 : string strval(mixed var); 說明 : 傳回參數var的字串值,var可以是任何的型態,但在陣列或物件上不能使用此函式。 參考 : doubleval( ) intval( ) settype( ) 上一頁 首頁 下一頁
變數函式庫
strval
(PHP3 , PHP4)
strval --- 取得變數的字串值
語法 : string strval(mixed var);
string strval
說明 :
傳回參數var的字串值,var可以是任何的型態,但在陣列或物件上不能使用此函式。
參考 : doubleval( ) intval( ) settype( )