实例:从字符串中返回 "world":echo substr("Hello world",6);?>定义和用法:substr() 函数返回字符串的一部分。注释:如果 start 参数是负数且 length 小于或等于 start,则 length 为 0。