substr

时间:2015-12-02 14:19:42   收藏:0   阅读:281
// string substr ( string $string , int $start [, int $length ] )

substr($string, $start_key, $length);

 

原文:http://www.cnblogs.com/qinqiu/p/5012623.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!