Jump to content

convert string into integer


robert_gsfame

Recommended Posts

how can i convert string type into integer like when using parseInt in javascript...however i use (int)$string but not working

 

i have this

$string1="10";

$string2="5";

 

and i wish to add both string ....using (int) still treat $string1 and $string2 as string so i get 105 as a result instead of 15

Link to comment
https://forums.phpfreaks.com/topic/209248-convert-string-into-integer/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.