L
L
LittleFatNinja2015-10-23 11:58:06
PHP
LittleFatNinja, 2015-10-23 11:58:06

How to convert number to string?

How to convert number 61529519452809720693702583126814 to string "61529519452809720693702583126814"?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
ldv, 2015-10-23
@LittleFatNinja

stackoverflow.com/questions/9621792/convert-a-big-...

I
Ilya Beloborodov, 2015-10-23
@kowap

$str=(string)'61529519452809720693702583126814';
var_dump($str);

Result:
string(32) "61529519452809720693702583126814"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question