Question

In PHP, how to get the length of a string?


Annonce
Ad

Answer

Use strlen :
$length = strlen($string); 


[source]
# ID Query