substr -- Return part of a string Description string substr ( string string, int start [, int length] )
substr() returns the portion of string specified by the start and length parameters.
If start is non-negative, the returned string will start at the start'th position in string, counting from zero. For instance, in the string 'abcdef', the character at position 0 is 'a', the character at position 2 is 'c', and so forth.
ÏÖÓÐÒ»¸ö avi ¸ñʽµÄÊÓÆµ£¬ ÏëÔÚÒ»¸öÒ³ÃæÖмÓÒ»¸öÉÏ´«ÊÓÆµµÄ¹¦ÄÜ£¬°ÑÕâ¸öaviµÄÎļþÉÏ´«ÉÏÈ¥£¬²¢¿ÉÔÚÍøÒ³Öеã»÷²éÊÓÆµ£¬ÕâÔõôʵÏÖѽ£¬ ×Ô¼ºÈ¥ÕÒÒ»¸öÆÕͨµÄÉÏ´«´úÂë¾Í¿ÉÒÔÁË¡£