strlen()
strlen("文字列、または変数");
$str = strlen("webforbeginner"); print($str);
サンプルの実行結果
PageTop / Home / PHP入門 / リファレンス目次