php array->stringstring strval ( mixed $var )<?php$foo = strval(123);var_dump($foo);?>string(3) "123"
確定! 回上一頁