strval():PHPリファレンス

strval()に関する用語の解説。

strval()とは

strval関数は指定された変数を文字列に変換します。

PHP書式

strval(変数)

戻り値

文字列

サンプルコード

出力結果

補足