PrimitiveType

PHP: get string length

<?php $len = strlen('some string'); // $len equals 11

See also:
JavaScript: get string length