Hyvor Developer
  Home   Download   Copy
Code
<?php
$str = 'Hyvor Developer';
echo strlen($str); // outputs 15
Result