Answers for "php variable can hold max string"

PHP
0

php string max length

$string = substr($string,0,255); //max 255 chars
Posted by: Guest on February-18-2021

Code answers related to "php variable can hold max string"

Browse Popular Code Answers by Language