php函数

strpos() 函数查找字符串在另一字符串中第一次出现的位置。

int strpos ( string $haystack , mixed $needle [, int $offset = 0 ] )

2

队列数组:

 array_push  在数组最后面入队

array_shift  数组第一个出队

     

你可能感兴趣的:(php函数)