PHP strval function is used to get a string value from the given input. Syntax: strval(var_name). Example : <?php $var_name = 11.010; echo strval ($var_name);
確定! 回上一頁