หาความยาวของข อความ Syntax php strlen($value) Sample php $str = 'abcdef'; echo strlen($str).; // 6 $str = ' ab cd '; echo strlen($str).; // 7 Screenshot
www.thaicreate.com